1 | |
2 | |
3 | // returns (ruleID, isNew) |
4 | static Pair<S, Bool> gazelle_addRuleWithComment(S text, S comment) { |
5 | ret dm_gazelle_addRuleWithComment(text, comment); |
6 | } |
7 | |
8 | |
9 | |
10 | static Pair<S, Bool> gazelle_addRuleWithComment(S when, S then, S comment) { |
11 | ret dm_gazelle_addRuleWithComment(when, then, comment); |
12 | } |
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: | #1022046 |
| Snippet name: | gazelle_addRuleWithComment - synonym of dm_gazelle_addRuleWithComment |
| Eternal ID of this version: | #1022046/1 |
| Text MD5: | 9a5522ee874f8ab06ced851376f583f3 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-03-05 23:48:49 |
| Source code size: | 296 bytes / 12 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 457 / 512 |
| Referenced in: | [show references] |