I like the fact that `T` is assignable to `T?`. Th...
# arrow
s
I like the fact that
T
is assignable to
T?
. This also means that for a transformation, I don’t have to call
map { ... }
, etc.