typed-array
There are 168 repositories under typed-array topic.
assert-is-complex64array
Test if a value is a Complex64Array.
array-convert-same
Convert an array to the same data type as a second input array.
array-convert
Convert an array to an array of a different data type.
array-filled
Create a filled array.
utils-named-typed-tuple
Named typed tuple.
array-reviver
Revive a JSON-serialized typed array.
assert-is-numeric-array
Test if a value is a numeric array.
assert-tools-typed-array-function
Return a function which tests if every element in a typed array passes a test condition.
streams-node-from-circular-array
Create a readable stream from a circular array-like object.
streams-node-from-strided-array
Create a readable stream from a strided array-like object.
assert-has-arraybuffer-support
Detect native ArrayBuffer support.
array-int32
Int32Array.
array-int8
Int8Array.
array-to-circular-iterator
Create an iterator which repeatedly iterates over the elements of an array-like object.
array-to-iterator-right
Create an iterator from an array-like object, iterating from right to left.
array-to-sparse-iterator
Create an iterator from a sparse array-like object.
array-to-strided-iterator
Create an iterator from a strided array-like object.
array-to-view-iterator-right
Create an iterator from an array-like object view, iterating from right to left.
array-uint16
Uint16Array.
array-uint8
Uint8Array.
assert-has-float64array-support
Detect native Float64Array support.
assert-has-int32array-support
Detect native Int32Array support.
assert-is-integer-array
Test if a value is an array-like object containing only integers.
assert-is-nonnegative-number-array
Test if a value is an array-like object containing only nonnegative numbers.
assert-tools-array-like-function
Return a function which tests if every element in an array-like object passes a test condition.
iter-to-array-view-right
Fill an array-like object view from right to left with values returned from an iterator.
utils-reduce
Apply a function against an accumulator and each element in a collection and return the accumulated result.
assert-is-typed-array-length
Test if a value is a valid typed array length.
assert-is-arraybuffer
Test if a value is an ArrayBuffer.
assert-is-dataview
Test if a value is a DataView.
assert-has-uint16array-support
Detect native Uint16Array support.
assert-has-uint8array-support
Detect native Uint8Array support.
assert-has-uint8clampedarray-support
Detect native Uint8ClampedArray support.
blas-base-gswap
Interchange two vectors.
constants-array-max-typed-array-length
Maximum length for a typed array.
constants-array
Array constants.