Is your feature request related to a problem? Please describe.
There's ReadOnlyArray, but no ReadOnlyMap. There's @immut/sorted_map/SortedMap, but it's second class (no literal syntax) compared to Map.
Describe the solution you'd like
Introduce ReadOnlyMap, a readonly version Map.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
There's ReadOnlyArray, but no ReadOnlyMap. There's @immut/sorted_map/SortedMap, but it's second class (no literal syntax) compared to Map.
Describe the solution you'd like
Introduce ReadOnlyMap, a readonly version Map.
Additional context
Add any other context or screenshots about the feature request here.