static Scored scoredWithMapValue(Map map, A a) { ret Scored(a, toDouble(mapGet(map, a))); }