Sometimes you use extension functions with the exp...
# announcements
d
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.