[][src]Function trie_db::nibble_ops::shift_key

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

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).