min property

T min

Get minimum number

Implementation

T get min => sorted().first;