Transpiled version (2868L) is out of date.
static <A> ItIt<ParsedWithTokens<A>> pwt_toTheRightOf(Iterable<ParsedWithTokens<A>> l, ParsedWithTokens b) { ret filterI(iterator(l), p -> { //print("ttro: " + p.iStart + " / " + b.iRemaining); ret p.iStart == (b.iRemaining | 1); }); }
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: | 260 / 389 |
Version history: | 9 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1028603 - pwt_toTheLeftOf |