Skip to main content

write_vec

Function write_vec 

Source
fn write_vec<T: Copy, W: Write>(w: &mut W, h: &mut Xxh64, v: &[T]) -> Result<()>