Where could I look up more advances use cases of Kotlin’s delegates / delegated properties? Are there some parts of the stblib where they are more heavily used? Or perhaps some 3rd party lib? Thanks!
v
voddan
07/21/2017, 4:35 PM
More heavily than what? Most of the standard property delegates are inside
Well, “heavily used” was a poor way to describe what I’m looking for. I’m keen on seeing different kind of use cases where delegated properties are used. But I’ll be sure to take a look at those libs. Thanks!