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
filter(x->x<3, mappedarray(identity, 1:5)) currently returns an Array, but it would be reasonable to return a ReadOnlyMappedArray, right? I can make a PR.
The text was updated successfully, but these errors were encountered:
filter(x->x<3, mappedarray(identity, 1:5))
currently returns anArray
, but it would be reasonable to return aReadOnlyMappedArray
, right? I can make a PR.The text was updated successfully, but these errors were encountered: