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
Implementing array_windows as opposed to tuple_windows makes things more ergonomic. It would also allow a function to be generic over the number of items, for example:
Unless someone knows a reason why tuple_windows might be preferred over array_windows, the former could possibly be deprecated to keep the API simpler.
The text was updated successfully, but these errors were encountered:
Implementing
array_windows
as opposed totuple_windows
makes things more ergonomic. It would also allow a function to be generic over the number of items, for example:Unless someone knows a reason why
tuple_windows
might be preferred overarray_windows
, the former could possibly be deprecated to keep the API simpler.The text was updated successfully, but these errors were encountered: