pub fn slice_to_le<W: SnapshotWidth>(values: &[W]) -> Vec<W::LittleEndianWord>Expand description
Lowers a native index slice into explicit little-endian storage words.
Replaces the per-crate *_slice_to_le copies in the CSR and BCSR builders.
ยงPerformance
This function is O(values.len()).