1 2 3 4
//! Constants related to hashtable size. /// No reason for this number as of now. pub(crate) const DEFAULT_INITIAL_CAPACITY: usize = 0;