Return the minimum value from one or more nested arrays. Uses the < operator for comparison.
<
element type (should support < comparison)
nested arrays to search
the minimum value or undefined if no elements present
undefined
Return the minimum value from one or more nested arrays. Uses the
<operator for comparison.