• Makes an intersection, consisting entries which is in both of left and right. When picking up common key of them, the value of the left side hand will be used.

    Type Parameters

    • K

    • V1

    Parameters

    • left: Map<K, V1>

      The left hand side dictionary.

    Returns (<V2>(right) => Map<K, V1>)

    An intersection of left and right.

      • <V2>(right): Map<K, V1>
      • Type Parameters

        • V2

        Parameters

        • right: Map<K, V2>

        Returns Map<K, V1>

Generated using TypeDoc