Function unionMut

  • Mutates set a to contain all of the elements in b

    Type Parameters

    • T

    Parameters

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

    Returns Set<T>

Generated using TypeDoc