scalatags
scalatags copied to clipboard
Scalatags only supports immutable Seq?
Seems like scalatags only supports the immutable Seq scala.collection.immutable.Seq
rather than the generic scala.collection.Seq
- just wondering if this was by design or by oversight.
scalatags uses whatever is in predef. In scala 2.11 and 2.12 it is scala.collection.Seq in 2.13 and 3 it is scala.collection.immutable.Seq.