static TokenIndexedList2 tokenIndexedList2(LS l) {
  ret l instanceof TokenIndexedList2 ? l/TokenIndexedList2 : new TokenIndexedList2(l);
}