5 ms·
It has no adts at all. Like I'm reading blog posts right now about how to do what should be the simplest thing enum Foo { A(String), B(i32)
by Casperin 4y ago
It has no adts at all. Like I'm reading blog posts right now about how to do what should be the simplest thing
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.