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