[][src]Type Definition matmath::matrix::IndexResult

type IndexResult<T> = Result<T, IndexOutOfBounds<(usize, usize)>>;