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