Libraryless. Click here for Pure Java version (2868L/18K).
1 | static <A> ItIt<ParsedWithTokens<A>> pwt_toTheLeftOf(Iterable<ParsedWithTokens<A>> l, ParsedWithTokens b) { |
2 | ret filterI(iterator(l), p -> { |
3 | //print("ttlo: " + p.iRemaining + " / " + b.iStart); |
4 | ret (p.iRemaining | 1) == (b.iStart | 1); |
5 | }); |
6 | } |
Began life as a copy of #1028597
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: | #1028603 |
Snippet name: | pwt_toTheLeftOf |
Eternal ID of this version: | #1028603/1 |
Text MD5: | 22713d252db2cf535c86d2276ef0cba9 |
Transpilation MD5: | 7800a2ef909f880eebf0439e3e7246fd |
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 15:49:51 |
Source code size: | 257 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 224 / 334 |
Referenced in: | [show references] |