Constant rustpython_common::hash::MULTIPLIER
source · pub const MULTIPLIER: PyHash = 1_000_003;Expand description
Prime multiplier used in string and various other hashes.
pub const MULTIPLIER: PyHash = 1_000_003;Prime multiplier used in string and various other hashes.