Open japaric opened 9 years ago
This would let us convert from Col<Contiguous> to SubMat<Column>. And would also make the as_slice() -> &[T] method infallible when the slice is known to be contiguous.
Col<Contiguous>
SubMat<Column>
as_slice() -> &[T]
This would let us convert from
Col<Contiguous>
toSubMat<Column>
. And would also make theas_slice() -> &[T]
method infallible when the slice is known to be contiguous.