Join Slack
Powered by
There are no "indexed properties" in Kotlin per se...
# language-proposals
d
dmitry.petrov
06/15/2016, 2:25 PM
There are no "indexed properties" in Kotlin per se (you'll have to emulate them, either with additional indexer objects or with explicit accessor functions). Delegating functions cover the explicit accessors case.
Open in Slack
Previous
Next