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
{{ message }}
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.
It could be useful to be able to pass an Array[A] where a mutable.Seq[A] is expected. This is not currently possible because ArrayOps is not a mutable.Seq.
The text was updated successfully, but these errors were encountered:
Follow-up of that comment: #278 (comment)
It could be useful to be able to pass an
Array[A]
where amutable.Seq[A]
is expected. This is not currently possible becauseArrayOps
is not amutable.Seq
.The text was updated successfully, but these errors were encountered: