https://kotlinlang.org logo
d

Dico

10/08/2018, 12:38 PM
Sometimes you use extension functions with the explicit purpose that they extend the members of some type, other times you use them to put a particular type in
this
variable. In the latter case, you often have to use
with()
or similar workaround.