There's `Iterable.max` and `.min` if you want to a...
# advent-of-code
k
There's
Iterable.max
and
.min
if you want to avoid the second loop.