Function from_slice_mut
pub fn from_slice_mut<E>(slice: &mut [E]) -> RowMut<'_, E>where
E: SimpleEntity,
Expand description
Creates a RowMut
from slice views over the row vector data, The result has the same
number of columns as the length of the input slice.