i'm wondering what the accepted way is to avoid bo...
# announcements
r
i'm wondering what the accepted way is to avoid boxing in kotlin. i'm working with code where reducing the production of garbage is a priority (a 3D renderer), and in java, i use compiler settings that turn all implicit boxing into errors