Join Slack
Powered by
I've never seen/used `!!` for that purpose. Using ...
# intellij
h
hudsonb
11/28/2018, 3:29 PM
I've never seen/used
!!
for that purpose. Using an
exhaustive
val seems pretty common.
Copy code
val <T> T.exhaustive: T get() = this
Open in Slack
Previous
Next