Returns the minimum item from the given array.
The type of the array.
The array from which to find the minimum item.
The minimum item from the array, or undefined if the array is empty.
Returns the minimum item from the given array.