static LS allWithLevenICDistanceBetween(int min, int max, Iterable l, S word) { ret filter(l, s -> isBetween(leven_limitedIC(s, word, max+1), min, max)); }