The type of the elements in the source sequence.
The type of the key computed for each element in the source sequence.
An async-iterable sequence to get the minimum elements for.
Optional
options: ExtremaOptions<TSource, TKey>The options which include an optional comparer.
A list of zero or more elements that have a minimum key value.
Generated using TypeDoc
Returns the elements in an terable sequence with the minimum key value.