static LS noTok(S s) { ret lazyList(l(s), i -> odd(i) ? "" : "" + s.charAt(i)); }