pub trait MatrixIndexMut<'a, T: Scalar, R: Dim, C: Dim, S: StorageMut<T, R, C>>: MatrixIndex<'a, T, R, C, S> {
type OutputMut: 'a;
}
Expand description
A helper trait used for indexing operations.
pub trait MatrixIndexMut<'a, T: Scalar, R: Dim, C: Dim, S: StorageMut<T, R, C>>: MatrixIndex<'a, T, R, C, S> {
type OutputMut: 'a;
}
A helper trait used for indexing operations.