pub trait AllocMultivector<N: Dim>: Sized {
    type Buffer: MultivectorStorage<Self, N>;
}
Expand description

Picks the buffer to use for an Multivector of dimension N, grade G, and using Self as the scalar

Associated Types

Implementors