• Makes a difference left - right immutably. The entries which are in right will be removed from left.

    Type Parameters

    • K

    • V1

    Parameters

    • left: Map<K, V1>

      To be removed.

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

    A new Map without the entries with key in right.

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

        • V2

        Parameters

        • right: Map<K, V2>

        Returns Map<K, V1>

Generated using TypeDoc