Constant varu64::MAX_3 [] [src]

pub const MAX_3: u64 = 2097151

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