Join Slack
Powered by
both `Float` and `Int` are also `Serializable`, so...
# getting-started
m
menegatti
07/18/2017, 8:55 AM
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
Open in Slack
Previous
Next