Skip to main content

PREDICATE_BITS

Constant PREDICATE_BITS 

Source
pub const PREDICATE_BITS: usize = 64;
Expand description

Fixed bit-width for the range / threshold checks. Values and bounds must fit in u64; the bit-decomposition proves 0 <= diff < 2^64.