There are no "indexed properties" in Kotlin per se...
# language-proposals
d
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.