the implementation of `getOrElse` should be someth...
# announcements
m
the implementation of
getOrElse
should be something along the lines of
Copy code
if (containsKey(key)) get(key) else defaultValue()