static <A> L<A> dropFirstAndLast2(int n, L<A> l) { ret dropFirstAndLast_noNewList(n, l); } static <A> L<A> dropFirstAndLast2(L<A> l) { ret dropFirstAndLast_noNewList(l); }
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1026477 |
| Snippet name: | dropFirstAndLast2 - synonym of dropFirstAndLast_noNewList |
| Eternal ID of this version: | #1026477/1 |
| Text MD5: | 57817ba3098fbb18ccce71d94a9af209 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-01-05 14:28:12 |
| Source code size: | 180 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 474 / 488 |
| Referenced in: | [show references] |