UintArray Type
UintArray = Uint8Array | Uint16Array | Uint32Array
A TypedArray containing unsigned 8-, 16-, or 32-bit integers.
@see UintArrayBuilder to construct such an array.
Defined in
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.