1 | |
2 | |
3 | // test against cases |
4 | svoid lambdaMapLike testTranspilationFunction2(IVF1<LS> f, S in, S out, S... moreInOut) { |
5 | testTranspilationFunction_v2(f, in, out, moreInOut); |
6 | } |
7 | |
8 | |
9 | |
10 | // just apply and return transpilation |
11 | sS testTranspilationFunction2(IVF1<LS> f, S s) { |
12 | ret testTranspilationFunction_v2(f, s); |
13 | } |
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1033151 |
| Snippet name: | testTranspilationFunction2 - synonym of testTranspilationFunction_v2 |
| Eternal ID of this version: | #1033151/1 |
| Text MD5: | e979afc0ce2aa1c4aa8754993e1996a5 |
| Author: | someone |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-10-15 19:20:04 |
| Source code size: | 311 bytes / 13 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 432 / 466 |
| Referenced in: | [show references] |