dict_get

Function dict_get 

Source
pub fn dict_get<'a: 'b, 'b>(
    dict: Option<&'a Cell>,
    key_bit_len: u16,
    key: CellSlice<'b>,
    context: &mut dyn CellContext,
) -> Result<Option<CellSlice<'a>>, Error>
Expand description

Returns a CellSlice of the value corresponding to the key.