You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: