Libraryless. Click here for Pure Java version (2885L/18K).
static L<ParsedWithTokens<S>> pwt_stepRight_filter(int maxTokens, IPred<S> f, ParsedWithTokens p) { ret pwt_filter(f, pwt_followingTokens(1, maxTokens, p.remaining())); } static L<ParsedWithTokens<S>> lambdaMapLike pwt_stepRight_filter(IPred<S> f, int maxTokens, ParsedWithTokens p) { ret pwt_stepRight_filter(maxTokens, f, p); }
Began life as a copy of #1028875
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: | #1028876 |
| Snippet name: | pwt_stepRight_filter |
| Eternal ID of this version: | #1028876/4 |
| Text MD5: | 5fc3b42be6a5604bdbe584bcb231e694 |
| Transpilation MD5: | cbd41afb8787243c4d39a1753799a83b |
| Author: | stefan |
| Category: | javax / parsing |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-07-10 19:30:46 |
| Source code size: | 342 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 376 / 498 |
| Version history: | 3 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |