MARArray

Type Alias MARArray 

Source
pub type MARArray<T> = TypedArray<T, MAR, WithMissing>;
Expand description

Type alias for MAR data arrays

Aliased Typeยง

pub struct MARArray<T> { /* private fields */ }