<@U0ZFBBUBU> commented on <@U0ZFBBUBU>’s file <htt...
# language-proposals
u
@groostav commented on @groostav’s file https://kotlinlang.slack.com/files/U0ZFBBUBU/F5ZJ8BFBM/dictionary_or_other.kt: worth mentioning, this is the singgle biggest difference between java collection and .net collections, the
Dictionary<Key, Value>
throws when a key isn't found and the java
Map<K, V>
simply returns null.