in kotlin native, are generics specialized? will `...
# announcements
s
in kotlin native, are generics specialized? will
val list = arrayListOf<Int>()
result in boxed values?
d
Boxed. Native mimics the Jvm backend.