Join Slack
Powered by
Is there anything like `undefined` from Haskell, i...
# arrow
h
herlevsen
04/07/2020, 3:47 PM
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 🙂
herlevsen
04/07/2020, 3:57 PM
TODO()
☝🏼 3
t
thanerian
04/07/2020, 5:38 PM
or Nothing
👍 1
5
Views
Open in Slack
Previous
Next