Libraryless. Click here for Pure Java version (3003L/18K).
static ItIt<S> tok_groupAfterNTokens_all(S s) { ret tok_groupAfterNTokens_all(javaTokWithAllBrackets(s)); } static ItIt<S> tok_groupAfterNTokens_all(LS tok) { ret countIterator_exclusive(1, countCodeTokens(tok)-1, n -> tok_groupAfterNTokens(tok, n)); }
Began life as a copy of #1028820
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: | #1028821 |
| Snippet name: | tok_groupAfterNTokens_all |
| Eternal ID of this version: | #1028821/2 |
| Text MD5: | 8b169a6de55e9207e9b23be2ab3f4dde |
| Transpilation MD5: | 2c995b294de8c0a486eeb67c571750b8 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-07-09 12:58:05 |
| Source code size: | 268 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 388 / 529 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |