Array of items to sort.
Optional
Left index boundary.
Right index boundary.
The sorted array.
arraySortQuick
Sort an array using the quick sort algorithm (in place).
Array of items to sort.