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

9
LINES

< > BotCompany Repo | #1019905 // syncList - synonym of synchroList

JavaX fragment (include)

static <A> L<A> syncList() {
  ret synchroList();
}



static <A> L<A> syncList(L<A> l) {
  ret synchroList(l);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 9 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1019905
Snippet name: syncList - synonym of synchroList
Eternal ID of this version: #1019905/1
Text MD5: 944c1b8d6f7eff2087333a1d1d32f967
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-11-30 21:26:43
Source code size: 115 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 308 / 379
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)