`!!` does a thing, it converts `T?` in `T`. `?` do...
# random
k
!!
does a thing, it converts
T?
in
T
.
?
doesn't do anything on it's own, only in combination with a function call.
👍 1