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
That would better match up with the collections in the standard library, which all return Iterator. Current inefficient workaround is .toArray.grouped.map(ByteVector.view), though with a bit more boilerplate less wasteful version could be written
The text was updated successfully, but these errors were encountered:
That would better match up with the collections in the standard library, which all return Iterator. Current inefficient workaround is
.toArray.grouped.map(ByteVector.view)
, though with a bit more boilerplate less wasteful version could be writtenThe text was updated successfully, but these errors were encountered: