array-range icon indicating copy to clipboard operation
array-range copied to clipboard

Typed array/existing array as argument

Open dy opened this issue 7 years ago • 0 comments

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))

?

dy avatar Feb 20 '18 20:02 dy