1 | static <A> L<A> virtualList(int n, IF1<Int, A> f) { |
2 | ret listFromFunction(n, f); |
3 | } |
4 | |
5 | |
6 | |
7 | static <A> L<A> lambdaMapLike virtualList(IF1<Int, A> f, int n) { |
8 | ret listFromFunction(f, n); |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
Snippet ID: | #1030503 |
Snippet name: | virtualList - synonym of listFromFunction |
Eternal ID of this version: | #1030503/1 |
Text MD5: | 2292d5ceb1e5309ea31e53de7dc75f61 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-01-02 17:04:38 |
Source code size: | 186 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 209 / 241 |
Referenced in: | [show references] |