Skip to main content

from_slice

Function from_slice 

Source
pub fn from_slice<'a, E: Entity>(
    slice: GroupFor<E, &'a [E::Unit]>,
) -> RowRef<'a, E>
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.