> If we have a block that does not return a val...
# arrow-contributors
s
If we have a block that does not return a value, it is recommended to use either with(typeclass) { } or typeclass.apply { }.