ConstElement type produced by the source iterable.
Element type produced by the selector and consumed by the comparer.
Selector receiving each element and its index, producing the value to compare.
Comparer determining ordering between projected values; defaults to defaultComparer.
The smallest projected value, or undefined when the source is empty.
Computes the minimum projected value from the source iterable.
Curried version of _min.