Creates a new ReadonlyMap that holds the given values.
ReadonlyMap
If a Map is passed, all its values will be copied into a new Map.
Map
data-structures/maps!ReadonlyMapByDelegation
the values for the ReadonlyMap
Generated using TypeDoc
Creates a new
ReadonlyMap
that holds the given values.If a
Map
is passed, all its values will be copied into a newMap
.See
data-structures/maps!ReadonlyMapByDelegation