1 | static L<Symbol> ai_tripleRefsToTexts_verified(Symbol a, Symbol b, Symbol c, L<TripleRef<Symbol>> l) { |
2 | if (empty(l)) ret sharedEmptyList(); |
3 | new L<Symbol> out; |
4 | for (TripleRef<Symbol> ref : l) if (ref != null) { |
5 | TripleWeb t = cast ref.triple; |
6 | continue unless t.verified(); |
7 | SymbolSymbol match = simpleMatchTriple_dollarVars(a, b, c, t); |
8 | if (match != null) |
9 | out.add(match.get(symbol_dollarX())); |
10 | } |
11 | ret out; |
12 | } |
Began life as a copy of #1012673
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: | #1013060 |
Snippet name: | ai_tripleRefsToTexts_verified |
Eternal ID of this version: | #1013060/1 |
Text MD5: | 401a1905418d0ecb04cb249ca1db57a4 |
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-22 18:53:25 |
Source code size: | 446 bytes / 12 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 366 / 392 |
Referenced in: | [show references] |