Function trie_db::nibble_ops::push_at_left
source · pub fn push_at_left(ix: u8, v: u8, into: u8) -> u8
Expand description
Push u8 nibble value at a given index into an existing byte.
pub fn push_at_left(ix: u8, v: u8, into: u8) -> u8
Push u8 nibble value at a given index into an existing byte.