Type Alias UInt16Vec

Source
pub type UInt16Vec = MutablePrimitiveArray<u16>;
Expand description

A type definition MutablePrimitiveArray for u16

Aliased Typeยง

pub struct UInt16Vec { /* private fields */ }