max property

T max

Get maximum number

Implementation

T get max => sortedDesc.first;