We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sort.first → min/max — Use min/max instead of sort/first/last to avoid O(n log n) sorting when O(n) scanning suffices.
min
max
sort
first
last
ary.sort.first ary.sort.last
ary.min ary.max
There was an error while loading. Please reload this page.