`with(kek) { stuff() }` vs `kek.run { stuff() }` ?...
# announcements
r
with(kek) { stuff() }
vs
kek.run { stuff() }
? Why use one or the other?