static LS allWithLevenICDistanceExactly1(Iterable l, S word) { ret filter(l, s -> leven_limitedIC(s, word, 2) == 1); }