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