Constant varu64::MAX_4 [] [src]

pub const MAX_4: u64 = 268435455

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