Creates a new Map from the list of dictionary entries. If there are duplicate keys, combiner will be called to merge two values.
Map
combiner
Function to merge values when found a duplicate key.
A new Map made from the entries.
Generated using TypeDoc
Creates a new
Map
from the list of dictionary entries. If there are duplicate keys,combiner
will be called to merge two values.