summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/Sequentializable.scala.disabled
blob: df457671a6a1619eae2711ea6d1ae369fc1d0281 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
package scala.collection




trait Sequentializable[+T, +Repr] {
  
  def seq: Repr
  
}