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

Picks the buffer to use for an Odd of dimension N and using Self as the scalar

Associated Types

Implementors