Skip to main content

AltrepRaw

Derive Macro AltrepRaw 

Source
#[derive(AltrepRaw)]
{
    // Attributes available to this derive:
    #[altrep]
}
Expand description

Derive macro for ALTREP raw vector data types.

Auto-implements AltrepLen and AltRawData traits. Supports the same #[altrep(...)] attributes as AltrepInteger.