1 | static ItIt<S> tok_groupFirstNTokens_all(S s) {
|
2 | ret tok_groupFirstNTokens_all(javaTokWithAllBrackets(s)); |
3 | } |
4 | |
5 | static ItIt<S> tok_groupFirstNTokens_all(LS tok) {
|
6 | ret countIterator_exclusive(2, countCodeTokens(tok), |
7 | n -> tok_groupFirstNTokens(tok, n)); |
8 | } |
Began life as a copy of #1028821
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: | #1028825 |
| Snippet name: | tok_groupFirstNTokens_all |
| Eternal ID of this version: | #1028825/3 |
| Text MD5: | a0b0bf258d854f19b9630c59d53bca33 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-07-09 14:20:14 |
| Source code size: | 266 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 396 / 448 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |