/// Canonical boundary values shared by all law checkers.
///
/// These values sit on semantic edges where GPU implementations commonly
/// fail: zero, one, bit boundaries, sign bit, maximum. Every law checker
/// must test at least these values in addition to its exhaustive/witnessed
/// coverage.
pub const BOUNDARY_VALUES: & = &;