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