Function digits_in_i64

Source
pub fn digits_in_i64(d: i64) -> usize
Expand description

Returns the number of bytes necessary to encode a string representation of d.