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

    Function union

    • Unions two sets without duplicates and returns an iterator of the items lhs ∪ rhs.

      Type Parameters

      • T

      Parameters

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

      An iterator which generates items of the union.