Type Alias BoolDType
pub type BoolDType = BoolStore;Expand description
Boolean dtype.
This is currently an alias to BoolStore, since it only varies by the storage representation.
Aliased Type§
pub enum BoolDType {
Native,
U8,
U32,
}