1 | svoid dm_addTripelizeExample(S input, T3<S> triple) {
|
2 | O mod = dm_require("#1021331/TripelizeExamples");
|
3 | dm_call(mod, 'addEntry, input, dm_export(mod, triple)); |
4 | } |
5 | |
6 | svoid mapLike dm_addTripelizeExample(O tripelizeFunction, S input) {
|
7 | dm_addTripelizeExample(input, assertNotNull((T3<S>) callF(tripelizeFunction, input))); |
8 | } |
Began life as a copy of #1021327
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1021332 |
| Snippet name: | dm_addTripelizeExample |
| Eternal ID of this version: | #1021332/1 |
| Text MD5: | 844ec130be96c8885b57a7864a1fff10 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-02-08 18:11:51 |
| Source code size: | 333 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 486 / 522 |
| Referenced in: | [show references] |