static Set allKeysAsCISet(Iterable> l) { Set set = ciSet(); fOr (Map map : l) addAll(set, keys(map)); ret set; }