Function mutate

  • Mutates the tree according to updates given and yields the different entries and buckets. The updates parameter MUST yield non-repeating (per tuple), ordered entries (to add) or tuples (to remove).

    Parameters

    Returns AsyncGenerator<ProllyTreeDiff>