Function len_minimal_binary

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

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