I wrote these so I can chain casts so I can avoid ...
# codereview
s
I wrote these so I can chain casts so I can avoid the parenthesis involved in using
as?
. Is there a better way to chain casts, or something similar in the stdlib that I missed?