array-sort icon indicating copy to clipboard operation
array-sort copied to clipboard

No need to sort arrays that are 0 or 1 in length.

Open shahbaztariq opened this issue 6 years ago • 0 comments

If the array length value is 0 (zero) or 1 then there is no point trying to sort the array. Slightly more efficient.

shahbaztariq avatar Apr 04 '18 09:04 shahbaztariq