• Checks whether two Maps are disjoint about its keys.

    Type Parameters

    • K

    • V1

    Parameters

    • left: Map<K, V1>

      The left hand side dictionary.

    Returns (<V2>(right) => boolean)

    Whether two Maps have no common keys.

      • <V2>(right): boolean
      • Type Parameters

        • V2

        Parameters

        • right: Map<K, V2>

        Returns boolean

Generated using TypeDoc