static SS parseDoubleArrowMapCI(L l) { SS map = ciMap(); for (S s : l) { L x = splitAtDoubleArrow(s); if (l(x) == 2) map.put(first(x), second(x)); } ret map; }