Function from_repeated_ref_generic
pub fn from_repeated_ref_generic<E>(
value: <<E as Entity>::Group as ForType>::FaerOf<&<E as Entity>::Unit>,
ncols: usize,
) -> RowRef<'_, E>where
E: Entity,
Expand description
Returns a view over a row with ncols
columns containing value
repeated for all elements.