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

3
LINES

< > BotCompany Repo | #1028578 // ll_iterator - iterator of fixed size list

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

Libraryless. Click here for Pure Java version (43L/1K).

static <A> Iterator<A> ll_iterator(A... a) {
  ret iterator(ll(a));
}

Author comment

Began life as a copy of #1003382

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: #1028578
Snippet name: ll_iterator - iterator of fixed size list
Eternal ID of this version: #1028578/3
Text MD5: 77ffbaf2f04e60233012da3b29978020
Transpilation MD5: 40c47853cfeb9cb0f9e96ce845890af6
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-06-27 19:00:14
Source code size: 71 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 101 / 158
Version history: 2 change(s)
Referenced in: [show references]