like you can safely cast `List<Int>` to `Lis...
# announcements
s
like you can safely cast
List<Int>
to
List
, but that’s still an unchecked cast, ya feel?