Trait beagle::consts::TwoDim [] [src]

pub trait TwoDim<T, D: Dim<T>>: Dim<D::Type> where
    Self::Smaller: Array<D::Type>,
    D::Smaller: Array<T>, 
{ }

Implementors