static L tokSubList(L l, IntRange r) { ret subList(l, r.start & ~1, r.end | 1); }