• Connects two Maps and makes a new Map with resolution their key-value relations.

    Type Parameters

    • U

    • V

    Parameters

    • uv: Map<U, V>

      The dictionary maps from U to V.

    Returns (<T>(tu) => Map<T, V>)

    A new dictionary maps from T to V.

      • <T>(tu): Map<T, V>
      • Type Parameters

        • T

        Parameters

        • tu: Map<T, U>

        Returns Map<T, V>

Generated using TypeDoc