Trait beagle::consts::DimMut [] [src]

pub trait DimMut<T>: DimRef<T> + ArrayMut<T> where
    Self: Dim<&'a mut T>,
    Self::Smaller: Array<T>, 
{ }

Implementors