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 May 4, 2019. It is now read-only.
That's a very interesting proposal (the skipnulls constructor).
I have exams for my first quarter of graduate school through this coming Tuesday. After that I'll have time at least to implement a reduce methods for SubArrays of NullableArrays, and hopefully also to experiment with the API you suggest.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I don't see a way to run reduce operations on SubArrays of NullableArrays.
It would be nice to have a more generic way to indicate how to treat nulls during reduction, for example:
Here,
skipnulls
could return a simple iterator or a wrapper type.Also,
map
with thelift=
argument doesn't support SubArrays of NullableArrays.The text was updated successfully, but these errors were encountered: