min property

T min

Returns the minimum values in this.

Implementation

T get min => reduce(math.min);