Join Slack
Powered by
`IntRange.first` is more efficient than `IntRange....
# random
k
kirillrakhman
05/02/2016, 11:46 AM
IntRange.first
is more efficient than
IntRange.start
because the former returns a primitive int while the latter returns a boxed int. Do you think there should be an inspection for this?
2
Views
Open in Slack
Previous
Next