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
ReadonlyMapthat holds the given values.If a
Mapis passed, all its values will be copied into a newMap.See
data-structures/maps!ReadonlyMapByDelegation