gbf_core::graal_io

Constant GUINT40_MAX

Source
pub const GUINT40_MAX: u64 = 0xFFFFFFFF;
Expand description

The maximum values for a five-byte Graal-encoded integer. 60332453983 is the theoretical maximum value for a 40-bit integer, but the Graal encoding only supports up to 0xFFFFFFFF in practice.