static S renderBoolMap(Map map) { ret joinWithComma(concatLists( keysWithValue(true, map), prependAll("not ", allToString(keysWithValue(false, map))))); }