static LS keys_parseDoubleArrowMap(L l) { new LS out; for (S s : l) { L x = splitAtDoubleArrow(s); if (l(x) == 2) out.add(first(x)); } ret out; }