ints2stdout

Function ints2stdout 

Source
pub fn ints2stdout<I>(ints: I) -> Result<(), Error>
where I: Iterator<Item = i64>,