You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's nice that immutable.ArraySeq has been backported for Scala 2.12 but its companion object lacks some basic operations normally available for all Scala 2.12 collections, namely apply, unapplySeq, newBuilder, etc.
The text was updated successfully, but these errors were encountered:
It's nice that
immutable.ArraySeq
has been backported for Scala 2.12 but its companion object lacks some basic operations normally available for all Scala 2.12 collections, namelyapply
,unapplySeq
,newBuilder
, etc.The text was updated successfully, but these errors were encountered: