In Dart, I have some helper functions for Iterable eg
Iterable
extension Iterable2 on Iterable { int get max => reduce(math.max); int ge