Type Definition js::typedarray::Uint32Array
[−]
[src]
type Uint32Array<'a> = TypedArray<'a, Uint32>;
The Uint32Array type.
type Uint32Array<'a> = TypedArray<'a, Uint32>;
The Uint32Array type.