pub trait IsConstDim: Shape { }

Implementors§

source§

impl<const B: usize, const A: usize> IsConstDim for Dim2<B, A>

source§

impl<const C: usize, const B: usize, const A: usize> IsConstDim for Dim3<C, B, A>

source§

impl<const N: usize> IsConstDim for Dim1<N>