1 | static <A> L<A> take10(L<A> l) { |
2 | ret takeFirst10(l); |
3 | } |
4 | |
5 | |
6 | |
7 | static <A> L<A> take10(Iterable<A> i) { |
8 | ret takeFirst10(i); |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1033594 |
Snippet name: | take10 - synonym of takeFirst10 |
Eternal ID of this version: | #1033594/1 |
Text MD5: | 5d41538917088e1e7cb5470a7db6be07 |
Author: | someone |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-11-14 19:39:44 |
Source code size: | 125 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 161 / 186 |
Referenced in: | [show references] |