Type Definition narrow::Uint32Array [−][src]
pub type Uint32Array<const N: bool> = FixedSizePrimitiveArray<u32, N>;
Expand description
Array with u32 values.
pub type Uint32Array<const N: bool> = FixedSizePrimitiveArray<u32, N>;
Array with u32 values.