Function intersectionKeys

  • Obtain keys present in all maps.

    Type Parameters

    • K

    • V

    Parameters

    • Rest ...xs: Map<K, V>[]

      maps

    Returns Set<K>

    [k₀, k₁, ...] | [kᵢ, vᵢ] ∈ x₀ ∩ x₁, ...; [x₀, x₁, ...] = xs

Generated using TypeDoc