Join Slack
Powered by
I wish they had a shortcut for nullables: `let foo...
# random
s
sargunv
07/12/2016, 8:39 PM
I wish they had a shortcut for nullables:
let foo: string | null = null;
is so weird coming from Kotlin's
val foo: String? = null
Open in Slack
Previous
Next