pub fn len_minimal_binary(n: u64, max: u64) -> usize
Expand description

Return the length of the minimal binary code for n with upper bound max.