pub fn aug_dict_insert(
dict: &mut Option<Cell>,
key: &mut CellSlice<'_>,
key_bit_len: u16,
extra: &dyn Store,
value: &dyn Store,
mode: SetMode,
comparator: AugDictFn,
context: &mut dyn CellContext,
) -> Result<bool, Error>Expand description
Inserts the value associated with key in aug dictionary
in accordance with the logic of the specified SetMode and comparator for extra