• Finds the value of a sequence that is the max of a projected value.

    See from(sequence).maxBy for more info.

    Type Parameters

    • T

    Parameters

    • input: Iterable<T>
    • selector: (arg: T) => number

    Returns T