Creates a new Map from the array of dictionary entries. If there are duplicate keys, the last one takes precedence.
Map
Array of entries.
A new Map made from the entries.
Generated using TypeDoc
Creates a new
Map
from the array of dictionary entries. If there are duplicate keys, the last one takes precedence.