Function union

  • Returns a new set with the union of the two given sets

    Type Parameters

    • T

    Parameters

    • a: Iterable<T>
    • b: Iterable<T>

    Returns Set<T>

Generated using TypeDoc