UInt32Array

Type Alias UInt32Array 

Source
pub type UInt32Array = PrimitiveArray<u32>;
Expand description

A type definition PrimitiveArray for u32

Aliased Typeยง

pub struct UInt32Array { /* private fields */ }