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

5
LINES

< > BotCompany Repo | #1004160 // printAll

JavaX fragment (include)

static <A> L<A> printAll(L<A> l) {
  for (O o : unnull(l))
    print(o);
  ret l;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1004160
Snippet name: printAll
Eternal ID of this version: #1004160/3
Text MD5: 388d3ea20d749e07b3f47dcf1017c309
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-02 09:57:04
Source code size: 87 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 505 / 512
Version history: 2 change(s)
Referenced in: [show references]