I agree that using `it` is a better option when ca...
# announcements
b
I agree that using
it
is a better option when calling from a method (e.g.
someFunc().let…
). What I was saying is that in the above example of
o
it would be casting from
T?
to
T
and references the same object. To keep the syntax the same throughout your code, you should use
it
though đŸ™‚