wildeyedskies / vortaro

Simple Esperanto-English dictionary inspired by Tuja Vortaro
Apache License 2.0
20 stars 2 forks source link

Changed from arrayOf syntax to pairs #5

Closed bpglaser closed 6 years ago

bpglaser commented 6 years ago

You can use the "to" infix keyword to create pairs in Kotlin. This then enables you to simplify your for loops too.

ianmcxa commented 6 years ago

Cool, thanks!