Add missing Factory
for IArray
#22610
j-mie6
started this conversation in
Feature Requests
Replies: 2 comments
-
(I'm happy to do this if there is no good reason not to do so) |
Beta Was this translation helpful? Give feedback.
0 replies
-
also the BuildFrom instance is missing : #19229 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The regular
scala.Array
object has aimplicit def toFactory[A: ClassTag]: Factory[A, Array[A]]
(with a dummy implicit for some, probably good but maybe Scala 2 related, reason).It would be nice if the equivalent method was added to
IArray
's companion object too, as this would allow for generic algorithms that construct immutable arrays.Beta Was this translation helpful? Give feedback.
All reactions