UintArray Type alias

A TypedArray containing unsigned 8-, 16-, or 32-bit integers.

@see UintArrayBuilder to construct such an array.

UintArray = Uint8Array | Uint16Array | Uint32Array

Defined in

Last Updated: 19 April, 2024