UInt8Array

Type Alias UInt8Array 

Source
pub type UInt8Array = PrimitiveArray<u8>;
Expand description

A type definition PrimitiveArray for u8

Aliased Typeยง

pub struct UInt8Array { /* private fields */ }