pub type UInt32Array = PrimitiveArray<u32>;
Expand description
A type definition PrimitiveArray
for u32
Aliased Typeยง
struct UInt32Array { /* private fields */ }
pub type UInt32Array = PrimitiveArray<u32>;
A type definition PrimitiveArray
for u32
struct UInt32Array { /* private fields */ }