pub trait AllocVersor<N: Dim>: AllocEven<N> + AllocOdd<N> { }
Expand description

A marker trait for when a dimension N is supported for both Evens and Odds

Implementors