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