Type Alias arrow2::array::UInt32Vec

source ·
pub type UInt32Vec = MutablePrimitiveArray<u32>;
Expand description

A type definition MutablePrimitiveArray for u32

Aliased Type§

struct UInt32Vec { /* private fields */ }