#[derive(AltrepList)]
{
// Attributes available to this derive:
#[altrep]
}
Expand description
Derive macro for ALTREP list vector data types.
Auto-implements AltrepLen and AltListData traits.
Supports the same #[altrep(...)] attributes as AltrepInteger,
except dataptr and subset which are not supported for list ALTREP.