Results 4 issues of Stojan Anastasov

What version are you currently using? 0.11 What would you like to see? `Option` NOT `@Deprecated` Short summary: Everything `Option` can do can be achieved with nullable types in a...

What version are you currently using? 0.11 What would you like to see? When moving from `Option` to using nullable types, the `fold` function is missing so you end up...

Kotlin offers the `until` function for exclusive ranges. https://kotlinlang.org/docs/reference/ranges.html