static S formatDoubleArrowMap(Map map) { ret lines(mapMapToList(map, func(O key, O value) -> S { str(key) + " => " + str(value) })); }