Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typed array/existing array as argument #2

Open
dy opened this issue Feb 20, 2018 · 0 comments
Open

Typed array/existing array as argument #2

dy opened this issue Feb 20, 2018 · 0 comments

Comments

@dy
Copy link

dy commented Feb 20, 2018

Sometimes we deal with Uint32Array or alike.

Would that be nice to support both dtype argument and existing array as argument:

let arr = range(10, 'uint32')
range(11, 15, arr.subarray(0, 4))

?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant