Trait faer_core::zip::MaybeContiguous
source · pub unsafe trait MaybeContiguous: MatShape {
type Index: Copy;
type Slice;
type LayoutTransform: Copy;
// Required method
unsafe fn get_slice_unchecked(
&mut self,
idx: Self::Index,
n_elems: usize
) -> Self::Slice;
}