is there an alternative for `if (t is Type1 || t i...
# getting-started
f
is there an alternative for
if (t is Type1 || t is Type2 || t is Type3)
?