macro_rules! impl_altlogical_slice {
($ty:ty) => { ... };
}Expand description
AltLogicalData for any container that derefs to [bool]. bool can’t be NA.
macro_rules! impl_altlogical_slice {
($ty:ty) => { ... };
}AltLogicalData for any container that derefs to [bool]. bool can’t be NA.