Trait dfdx::shapes::ConstDim

source ·
pub trait ConstDim: Default + Dim {
    const SIZE: usize;
}
Expand description

Represents a single dimension where all instances are guaranteed to be the same size at compile time.

Required Associated Constants§

Implementors§

source§

impl<const M: usize> ConstDim for Const<M>

source§

const SIZE: usize = M