Skip to main content

push_i64

Function push_i64 

Source
pub fn push_i64(out: &mut Vec<u8>, n: i64)
Expand description

Appends the decimal digits of n, with a minus sign if it needs one.