Libraryless. Click here for Pure Java version (2566L/16K).
1 | static int countRemainingTokens(ListAndIndex<S> l) {
|
2 | ret l == null ? 0 : (l.size()-l.idx)/2; |
3 | } |
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: | #1028571 |
| Snippet name: | countRemainingTokens |
| Eternal ID of this version: | #1028571/1 |
| Text MD5: | be53647b90a855d5bd21a14f93414aa5 |
| Transpilation MD5: | c9cfc725ad894e02f9085a0c9489947b |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-06-27 18:30:10 |
| Source code size: | 98 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 472 / 621 |
| Referenced in: | [show references] |