Libraryless. Click here for Pure Java version (2217L/14K).
sbool moreThanOneToken(S s) { Producer<S> it = javaTokC_producer(s); if (it.next() == null) false; ret it.next() != null; } sbool moreThanOneToken(LS tok) { ret l(tok) > 3; }
Began life as a copy of #1021093
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: | #1026610 |
| Snippet name: | moreThanOneToken |
| Eternal ID of this version: | #1026610/4 |
| Text MD5: | 165b740086ac5a2d2525220142adc44d |
| Transpilation MD5: | fea71cbff78823a85483bada8c8c2f37 |
| Author: | stefan |
| Category: | javax / parsing |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-01-16 15:08:47 |
| Source code size: | 191 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 445 / 584 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |