static S ai_renderTriple(Triple<S> t) { ret ai_tripleToString(t); } static S ai_renderTriple(S a, S b, S c) { ret ai_tripleToString(triple(a, b, c)); }
Began life as a copy of #1011086
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1011129 |
Snippet name: | ai_renderTriple - synonym of ai_tripleToString |
Eternal ID of this version: | #1011129/3 |
Text MD5: | bffbff08f993a6397883d4cb68fa96d4 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-10-27 18:26:18 |
Source code size: | 162 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 611 / 632 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1013758 - renderTriples #1013781 - ai_renderTripleWithDate |