static Map listIndexCI(LS l) { Map map = ciMap(); for i over l: map.put(l.get(i), i); ret map; }