both `Float` and `Int` are also `Serializable`, so...
# getting-started
m
both
Float
and
Int
are also
Serializable
, so this is
List<Number & Serializable>
which ultimately turns into
List<Any>
since that is the parent of
Number
and
Serializable