#[derive(AltrepLogical)]
{
// Attributes available to this derive:
#[altrep]
}
Expand description
Derive macro for ALTREP logical vector data types.
Auto-implements AltrepLen and AltLogicalData traits.
Supports the same #[altrep(...)] attributes as AltrepInteger.