everscale_types::dict

Type Alias AugDictFn

Source
pub type AugDictFn = fn(_: &mut CellSlice<'_>, _: &mut CellSlice<'_>, _: &mut CellBuilder, _: &mut dyn CellContext) -> Result<(), Error>;
Expand description

A type for a comparator function for AugDict.

ยงArgs

  • left - a left branch data.
  • right - a right branch data.
  • builder - a builder to write the result.
  • context - a cell context.