min property

int min

returns the lowest int in the set

Implementation

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