Min function

Fully qualified name: Std.Math.Min

function Min(values : Int[]) : Int

Summary

Given an array of integers, returns the smallest element.

Input

values

An array to take the minimum of.

Output

The smallest element of values.