pub fn size_of_exp_golomb(number: u64) -> u64
Expand description
Returns the number of bits that an Exp-Golomb encoded number would take up.
See: https://en.wikipedia.org/wiki/Exponential-Golomb_coding
pub fn size_of_exp_golomb(number: u64) -> u64
Returns the number of bits that an Exp-Golomb encoded number would take up.
See: https://en.wikipedia.org/wiki/Exponential-Golomb_coding