#[doc(hidden)]macro_rules! __impl_alt_no_na {
($ty:ty, $trait:path) => { ... };
}Expand description
Shared no_na implementation for ALTREP families.
Generates const HAS_NO_NA and fn no_na(...) inside an impl block.
Used by integer, real, logical, and string families.