Libraryless. Click here for Pure Java version (2734L/16K).
1 | static <A> LL<A> repF_2d(int cols, int rows, IF0<A> f) { |
2 | ret repF(rows, () -> repF(cols, f)); |
3 | } |
Began life as a copy of #1007438
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
Snippet ID: | #1031108 |
Snippet name: | repF_2d - make list of lists (grid) from function |
Eternal ID of this version: | #1031108/3 |
Text MD5: | 2a3529fe88628fd36963d4030c30a57a |
Transpilation MD5: | 4928a10252a23962747b697622c60dfd |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-05-06 13:47:26 |
Source code size: | 99 bytes / 3 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 161 / 234 |
Version history: | 2 change(s) |
Referenced in: | [show references] |