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