static <A> L<A> uniquify(Collection<A> l) { ret uniquifyList(l); }
Began life as a copy of #1006315
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ekrmjmnbrukm, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1011055 |
| Snippet name: | uniquify - synonym of uniquifyList - keep order & remove duplicates |
| Eternal ID of this version: | #1011055/1 |
| Text MD5: | 103d213dc544945903af56f6d5dfd978 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-10-12 00:02:58 |
| Source code size: | 70 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 905 / 946 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1038300 - containsDuplicates |