static ItIt> pwt_toTheRightOf(Iterable> l, ParsedWithTokens b) { ret filterI(iterator(l), p -> { //print("ttro: " + p.iStart + " / " + b.iRemaining); ret p.iStart == (b.iRemaining | 1); }); }