1 | static L<Web> ai_cache_findTriple(S a, S b, S c) { |
2 | L<Web> webs = ai_fewestIndexedWebs(a, b, c); |
3 | ret webs_search_noVar_all(webFromTriple(a, b, c), webs); |
4 | } |
5 | |
6 | static L<Web> ai_cache_findTriple(T3<S> t) { |
7 | ret ai_cache_findTriple(t.a, t.b, t.c); |
8 | } |
Began life as a copy of #1011336
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: | #1011658 |
Snippet name: | ai_cache_findTriple |
Eternal ID of this version: | #1011658/2 |
Text MD5: | 6a84925ba7166262c2f9968f01281c07 |
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 07:45:53 |
Source code size: | 255 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 498 / 534 |
Version history: | 1 change(s) |
Referenced in: | [show references] |