Find the biggest value in a list of things also works with generators.
list of things
function to convert a thing to number
optional: exclusive minimum value to accept
the biggest value and the associated thing or undefined if none are superior to minE
Generated using TypeDoc
Find the biggest value in a list of things also works with generators.