UintArray Type Alias
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: 29 April, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.