fn encode_int_one_byte(value: usize, prefix_bits: usize) -> bool
Expand description

Returns true if the in the int can be fully encoded in the first byte.