I mean: will it box primitives or will compiler op...
# getting-started
l
I mean: will it box primitives or will compiler optimize it? for example in: val big = true val nr: Int = big % 100000 ?: 1