Skip to main content

word_to_slice

Function word_to_slice 

Source
fn word_to_slice<T>(word: u64, out: &mut [T])
where T: BitOrAssign + Copy + From<u8> + Shl<usize, Output = T>,
Expand description

Serialize Word as bytes using the same byte ordering as slice_to_word.