Constant rustpython_common::hash::BITS
source · pub const BITS: usize = 61;
Expand description
Numeric hashes are based on reduction modulo the prime 2**_BITS - 1
pub const BITS: usize = 61;
Numeric hashes are based on reduction modulo the prime 2**_BITS - 1