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

3
LINES

< > BotCompany Repo | #1034461 // tokSubLists

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

Libraryless. Click here for Pure Java version (5197L/29K).

static <A> LL<A> tokSubLists(L<A> l, Iterable<IntRange> ranges) {
  ret map(ranges, r -> tokSubList(l, r));
}

Author comment

Began life as a copy of #1022187

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1034461
Snippet name: tokSubLists
Eternal ID of this version: #1034461/1
Text MD5: 2389099dbe62a18aaa00eb25c4629323
Transpilation MD5: ce1c56df300bbf4ca1dac650c47b91d1
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-02-08 01:20:40
Source code size: 111 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 58 / 95
Referenced in: [show references]