Libraryless. Click here for Pure Java version (6220L/36K).
static L<Tok_ArgDecl> tok_argDecls(LS tok) { ret map(tok_typesAndNamesOfParams(tok), p -> new Tok_ArgDecl(tok, p.a, p.b)); }
Began life as a copy of #1012741
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1033188 |
| Snippet name: | tok_argDecls |
| Eternal ID of this version: | #1033188/1 |
| Text MD5: | 2d542b7d9e698c18d1971ab6a93c5be4 |
| Transpilation MD5: | 3dba86beb73ef2db81806d83bae71b26 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-10-16 00:45:11 |
| Source code size: | 128 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 393 / 503 |
| Referenced in: | [show references] |