MaxExtension<T> extension

on

Methods

max([int comparer(T e1, T e2)]) → T
Returns the maximum value in the iterable. [...]