@mikuroxina/mini-fn
    Preparing search index...

    Function symmetricDifference

    • Subtracts two sets into one symmetrically. It will collect items in only one of lhs and rhs in ascending order.

      Type Parameters

      • T

      Parameters

      Returns (rhs: BTree.Set<T>) => (lhs: BTree.Set<T>) => Generator<T>

      The iterator which generates symmetric difference items.