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