(no title)
Casperin | 3 years ago
enum Foo {
A(String),
B(i32),
}
And it's.. not simple. And even if you manage to do it, it'll never be how Kotlin was meant to be written.Casperin | 3 years ago
enum Foo {
A(String),
B(i32),
}
And it's.. not simple. And even if you manage to do it, it'll never be how Kotlin was meant to be written.
vips7L|3 years ago
bpicolo|3 years ago