static <A> L<A> addToOrCreateList(L<A> l, A a) { ret addDyn(l, a); }
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: | 653 / 680 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |