Skip to main content

AltrepReal

Derive Macro AltrepReal 

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

Derive macro for ALTREP real vector data types.

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