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

    Function intersection

    • Intersects two sets 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 intersection.