So `int[]` and `long[]` are different types, where...
# announcements
r
So
int[]
and
long[]
are different types, whereas
List<Integer>
and
List<Long>
both become
List