Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1031108 // repF_2d - make list of lists (grid) from function

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2734L/16K).

static <A> LL<A> repF_2d(int cols, int rows, IF0<A> f) {
  ret repF(rows, () -> repF(cols, f));
}

Author comment

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: 73 / 121
Version history: 2 change(s)
Referenced in: [show references]