1 | // test against cases |
2 | svoid lambdaMapLike testTranspilation(IVF1<LS> f, S in, S out, S... moreInOut) { |
3 | testTranspilationFunction(f, in, out, moreInOut); |
4 | } |
5 | |
6 | |
7 | |
8 | // just apply and return transpilation |
9 | sS testTranspilation(IVF1<LS> f, S s) { |
10 | ret testTranspilationFunction(f, s); |
11 | } |
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1031584 |
| Snippet name: | testTranspilation - synonym of testTranspilationFunction |
| Eternal ID of this version: | #1031584/1 |
| Text MD5: | 51a7028bbd164f011d2a365c43083e86 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-06-22 06:47:24 |
| Source code size: | 283 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 398 / 429 |
| Referenced in: | [show references] |