static <A> L<A> pairToList(Pair<A> p) { ret p == null ? null : ll(p.a, p.b); }
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney
No comments. add comment
| Snippet ID: | #1014469 |
| Snippet name: | pairToList |
| Eternal ID of this version: | #1014469/1 |
| Text MD5: | f7fb916d28d0e60243b9ce8b5bb6925b |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-04-22 01:40:55 |
| Source code size: | 82 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 665 / 727 |
| Referenced in: | [show references] |