Trait beagle::consts::TwoDimRef [] [src]

pub trait TwoDimRef<T, D: DimRef<T>>: TwoDim<T, D> + DimRef<<D as Array<T>>::Type> where
    Self: TwoDim<&'a T, D>,
    Self::Smaller: Array<<D as Array<T>>::Type>,
    D::Smaller: Array<T>, 
{ }

Implementors