Constant trie_db::nibble_ops::SPLIT_SHIFTS
source · pub const SPLIT_SHIFTS: (usize, usize);
Expand description
The nibble shifts needed to align. We use two value, one is a left shift and the other is a right shift.
pub const SPLIT_SHIFTS: (usize, usize);
The nibble shifts needed to align. We use two value, one is a left shift and the other is a right shift.