pub fn shift_key(key: &mut NodeKey, offset: usize) -> bool
Expand description

Shifts right aligned key to add a given left offset. Resulting in possibly padding at both left and right (example usage when combining two keys).