Second, that there should not be `NOTHING_TO_INLIN...
# getting-started
i
Second, that there should not be
NOTHING_TO_INLINE
warning on
inline fun Vec2(scalar: Number) = Vec2(scalar.toFloat(), scalar.toFloat())
because performance impact of boxing optimization may be significant