Open
Description
openedon Mar 17, 2020
.subarray()
is a method to conveniently create views onto the same buffer.
The signature is currently:
typedarray.subarray([begin [,end]])
I think it would be nice to turn this into
typedarray.subarray([begin [,end [, stride]]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels