I wish they had a shortcut for nullables: `let foo...
# random
s
I wish they had a shortcut for nullables:
let foo: string | null = null;
is so weird coming from Kotlin's
val foo: String? = null