I would love to have a version of `with` that took...
# stdlib
j
I would love to have a version of
with
that took a
T -> Unit
function and returned the receiver. It’s a lot like
apply
but reads (to my eyes) a little more naturally.