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

    Type Parameters

    • K

    • V

    Parameters

    Returns Map<K, V>

    A new Map made from the entries.

Generated using TypeDoc