Constant varu64::MAX_2 [] [src]

pub const MAX_2: u64 = 16383

The largest u64 that fits into two bytes of encoding: 2u64.pow(7 * 2) - 1