Function mz_repr::strconv::format_int16
source ยท pub fn format_int16<F>(buf: &mut F, i: i16) -> Nestablewhere
F: FormatBuffer,
Expand description
Writes an i16
to buf
.
pub fn format_int16<F>(buf: &mut F, i: i16) -> Nestablewhere
F: FormatBuffer,
Writes an i16
to buf
.