Function union

  • Returns a new InternSet containing every (distinct) value that appears in any of the given iterables. The order of values in the returned set is based on their first occurrence in the given iterables.

    Type Parameters

    • T

    Parameters

    • Rest ...iterables: Iterable<T>[]

    Returns InternSet<T>