Type Definition tetsy_trie_db::Partial[][src]

type Partial<'a> = ((u8, u8), &'a [u8]);

Representation of a nible slice (right aligned). It contains a right aligned padded first byte (first pair element is the number of nibbles (0 to max nb nibble - 1), second pair element is the padded nibble), and a slice over the remaining bytes.