pub type DictEntry = (u8, u32, u32);Expand description
One parsed v2 offset-table entry: (key_kind, key_ref, val_offset).
key_ref is a dictionary key-id when key_kind == KEY_KIND_DICT, or the
inline key length when key_kind == KEY_KIND_INLINE.