Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1028571 // countRemainingTokens

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2566L/16K).

static int countRemainingTokens(ListAndIndex<S> l) {
  ret l == null ? 0 : (l.size()-l.idx)/2;
}

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: 158 / 235
Referenced in: [show references]