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

3
LINES

< > BotCompany Repo | #1026399 // getJoinedTokenRangesWithoutN

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

Libraryless. Click here for Pure Java version (2305L/15K).

static LS getJoinedTokenRangesWithoutN(LS tok, L<IntRange> l) {
  ret map(l, r -> joinSubList(tok, incIfEven(r.start), decIfOdd(r.end)));
}

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: #1026399
Snippet name: getJoinedTokenRangesWithoutN
Eternal ID of this version: #1026399/1
Text MD5: af70be3b0fa84d052ead800af4e0ae6e
Transpilation MD5: 05ea6ffd01293d7f1fe0605bb1200a69
Author: stefan
Category: javax / tokenizing
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-01-02 14:02:03
Source code size: 141 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 101 / 152
Referenced in: [show references]