Join Slack
Powered by
<@U0AAQKT9Q>: I mean `get(key: K) = map[key] ?: de...
# stdlib
m
mg6maciej
02/11/2016, 4:46 PM
@ilya.gorbunov
: I mean
get(key: K) = map[key] ?: default.invoke(key)
and
contains(key: K) = get(key) != null
Open in Slack
Previous
Next