min property

int get min

returns the lowest int in the set

Implementation

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