sO mapMethodLike dm_callWithImport(O moduleOrID, S method, O... args) { ret quickImport(dm_call(moduleOrID, method, args)); }
Began life as a copy of #1020139
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1027195 |
| Snippet name: | dm_callWithImport - dm_call, quickImport result |
| Eternal ID of this version: | #1027195/1 |
| Text MD5: | b3aada44cf9e69b05571ae4add6fa1bc |
| Author: | stefan |
| Category: | javax / stefan's os |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-02-24 22:03:07 |
| Source code size: | 129 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 406 / 453 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1030345 - dm_callWithImportExport - dm_call with quickExporting arguments, quickImport result |