static Scored bestScored(Iterable> l) { ret highestByFunction(a -> a.score, l); }