Join Slack
Communities
Powered by
in kotlin native, are generics specialized? will `...
# announcements
s
sksk
02/29/2020, 6:24 PM
in kotlin native, are generics specialized? will
val list = arrayListOf<Int>()
result in boxed values?
d
Dominaezzz
02/29/2020, 8:06 PM
Boxed. Native mimics the Jvm backend.
4
Views
Open in Slack
Previous
Next