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

3
LINES

< > BotCompany Repo | #1029286 // compactIntList

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

Libraryless. Click here for Pure Java version (2823L/18K).

static L<Int> compactIntList(L<Int> l) {
  ret l == null ? null : new IntBuffer(l).asVirtualList();
}

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: #1029286
Snippet name: compactIntList
Eternal ID of this version: #1029286/1
Text MD5: 6781a1b38e3d4c2d726cd075606eacea
Transpilation MD5: 4630802ffcee89253ecceda50a15bea6
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-07-29 22:18:14
Source code size: 103 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 167 / 238
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)