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

3
LINES

< > BotCompany Repo | #1013092 // addToOrCreateList - synonym of addDyn - add to list and create list if necessary

JavaX fragment (include)

static <A> L<A> addToOrCreateList(L<A> l, A a) {
  ret addDyn(l, a);
}

Author comment

Began life as a copy of #1007606

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1013092
Snippet name: addToOrCreateList - synonym of addDyn - add to list and create list if necessary
Eternal ID of this version: #1013092/1
Text MD5: 453c4b0e2c840f56441da02531f991c5
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-25 05:17:51
Source code size: 72 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 340 / 362
Referenced in: [show references]