1 | static L<WebNode> ai_index_search_dollarX(Symbol a, Symbol b, Symbol c) { |
2 | Symbol query = isDollarVar(a) ? c : a; |
3 | ret webs_tripleSearch_dollarX(a, b, c, ai_search_indexedWebs(query)); |
4 | } |
5 | |
6 | static L<WebNode> ai_index_search_dollarX(T3<Symbol> t) { |
7 | ret ai_index_search_dollarX(t.a, t.b, t.c); |
8 | } |
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: | #1011301 |
Snippet name: | ai_index_search_dollarX |
Eternal ID of this version: | #1011301/9 |
Text MD5: | 7d1454e3f45caeab52a623d07ec0d2e0 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-12-10 06:58:57 |
Source code size: | 302 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 517 / 540 |
Version history: | 8 change(s) |
Referenced in: | [show references] |