MinMax<T extends num> extension
Properties
-
max
→ T
-
Available on List<T>,
provided by the MinMax extension
Returns the maximum value in the list.
no setter
-
min
→ T
-
Available on List<T>,
provided by the MinMax extension
Returns the minimum value in the list.
no setter