Function size_of_exp_golomb

Source
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