static <A> O /*F1<S, A>*/ dm_codeWithHintsToFunctionOnString(S code) { ret dm_codeWithHintsToFunctionOnString(code, ""); } static <A> O /*F1<S, A>*/ dm_codeWithHintsToFunctionOnString(S code, S hints) { ret dm_requireAndCallModule("#1021247/FunctionsOnStrings", 'getFunction, code, hints); }
Began life as a copy of #1020643
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: | #1021248 |
Snippet name: | dm_codeWithHintsToFunctionOnString - use central module |
Eternal ID of this version: | #1021248/3 |
Text MD5: | 2364e63bb4d9e834de21980934ae8cc5 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-02-05 14:55:13 |
Source code size: | 302 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 279 / 321 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1021542 - dm_callFunctionOnString - use central module & cache code |