static S renderMap_colonComma(Map map) { ret joinWithComma(mapMapToList(func(O a, O b) { str(a) + ": " + str(b) }, map)); }