write_ints

Function write_ints 

Source
pub fn write_ints<I, W>(ints: I, wtr: W) -> Result<(), Error>
where I: Iterator<Item = i64>, W: Write,