static Map listToStringCountKeys(L l) { ret listToMapWithKeyMaker(l, i -> str(i+1)); }