Function itoa::write [−][src]
pub fn write<W: Write, V: Integer>(wr: W, value: V) -> Result<usize>Expand description
Write integer to an io::Write.
pub fn write<W: Write, V: Integer>(wr: W, value: V) -> Result<usize>Write integer to an io::Write.