Function extendr_api::prelude::row::from_slice_generic

pub fn from_slice_generic<E>(
    slice: <<E as Entity>::Group as ForType>::FaerOf<&[<E as Entity>::Unit]>,
) -> RowRef<'_, E>
where E: Entity,
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.