static LLS stringsToLineCompSplits(LS strings) { ret valuesList(lcEncodingsAsStringLists(lcByteMode(listToStringCountKeys(strings)))); } static LLS stringsToLineCompSplits(S... strings) { ret stringsToLineCompSplits(asList(strings)); }