/* used to set optional out parameters in a function header. see test_tok_optOutParam */ svoid optOutParam(O[] params, S name, O value) { setIVar(optOutParam(params, name), value); } static IVar optOutParam(O[] params, S name) { ret (IVar) optPar(params, name); }
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1018796 |
Snippet name: | optOutParam |
Eternal ID of this version: | #1018796/3 |
Text MD5: | c691e91d85a934c977ae8a281398068a |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-07-08 15:31:11 |
Source code size: | 278 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 268 / 316 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1028774 - setOutParameter |