Just for your info, there is an extension method i...
# announcements
p
Just for your info, there is an extension method in the Kotlin stdlib called
getValue
which will throw if the key is not found. That one always returns non-null value. But there is no operator for it.