• Returns the minimum element with the optional selector.

    Type Parameters

    • TSource

      The type of the elements in the source sequence.

    • TResult = TSource

    Parameters

    • source: Iterable<TSource>

      An iterable sequence to determine the minimum element of.

    • Optional options: ExtremaOptions<TSource, TResult>

      The options which include an optional comparer.

    Returns TResult

    The minimum element.

Generated using TypeDoc