Is there anything like `undefined` from Haskell, in Kotlin? I can of course just cast any value to t...
h
Is there anything like
undefined
from Haskell, in Kotlin? I can of course just cast any value to the type i need, but just typing
any
would be easier 🙂
TODO()
☝🏼 3
t
or Nothing
👍 1