array-sort
array-sort copied to clipboard
No need to sort arrays that are 0 or 1 in length.
If the array length value is 0 (zero) or 1 then there is no point trying to sort the array. Slightly more efficient.