Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1028597 // pwt_toTheRightOf

JavaX fragment (include) [tags: use-pretranspiled]

Transpiled version (2868L) is out of date.

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

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1028597
Snippet name: pwt_toTheRightOf
Eternal ID of this version: #1028597/10
Text MD5: 7267a16e05e6bd2480ed4b111a2f86f1
Author: stefan
Category: javax / parsing
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-06-28 13:47:37
Source code size: 252 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 182 / 277
Version history: 9 change(s)
Referenced in: [show references]