static <A> L<A> litsynclist(A... a) { L<A> l = syncList(); if (a != null) for (A x : a) l.add(x); ret l; }
Began life as a copy of #1003382
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, elmgxqgtpvxh, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1024184 |
Snippet name: | litsynclist - syncList with entries |
Eternal ID of this version: | #1024184/1 |
Text MD5: | 7380decc344f29cc4a0227c470bd9fd6 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-07-24 18:47:47 |
Source code size: | 116 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 225 / 248 |
Referenced in: | [show references] |