polars_arrow::array

Type Alias UInt8Vec

Source
pub type UInt8Vec = MutablePrimitiveArray<u8>;
Expand description

A type definition MutablePrimitiveArray for u8

Aliased Typeยง

struct UInt8Vec { /* private fields */ }