Libraryless. Click here for Pure Java version (5072L/28K).
1 | static F0 f0(fO f) { |
2 | if (f cast F0) ret f; |
3 | if (f cast S) { |
4 | ifndef callF_legacy |
5 | fail("callF_legacy"); |
6 | endifndef |
7 | ifdef callF_legacy |
8 | ret mainFunctionToF0((S) f); |
9 | endifdef |
10 | } |
11 | if (f cast IF0) ret if0ToF0(f); |
12 | ret new F0 { |
13 | O get() { ret callF(f); } |
14 | }; |
15 | } |
Began life as a copy of #1011035
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1013594 |
Snippet name: | f0 |
Eternal ID of this version: | #1013594/4 |
Text MD5: | 5cce401efc8228a74dfbdf2eef992207 |
Transpilation MD5: | 93f1c14f378bd2e3388e4cae1f05c918 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-03-13 05:20:54 |
Source code size: | 303 bytes / 15 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 421 / 532 |
Version history: | 3 change(s) |
Referenced in: | [show references] |