Like key => map[key] || fallback() but for Map.
key => map[key] || fallback()
the target map
value if missing in the map
a getter into the map
Generated using TypeDoc
Like
key => map[key] || fallback()
but for Map.