Skip to main content

read_vec

Function read_vec 

Source
fn read_vec<T: Copy, R: Read>(r: &mut R, h: &mut Xxh64) -> Result<Vec<T>>