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