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