It seems `0.5.let(if (roundUp) Math::ceil else Mat...
# intellij
k
It seems
0.5.let(if (roundUp) Math::ceil else Math::floor)
is not inlined. Should there be a warning? This may come as a surprise to some users.