• Creates a new Map from the array of dictionary entries. If there are duplicate keys, the last one takes precedence.

    Type Parameters

    • K

    • V

    Parameters

    • arr: readonly Tuple<K, V>[]

      Array of entries.

    Returns Map<K, V>

    A new Map made from the entries.

Generated using TypeDoc