Join Slack
Powered by
Would a function like `inline fun Point(x: Number,...
# getting-started
r
Ruckus
09/08/2016, 6:57 PM
Would a function like
inline fun Point(x: Number, y: Number) = Point(x.toFloat(), y.toFloat())
avoid autoboxing since it's inlined?
2
Views
Open in Slack
Previous
Next