Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

8
LINES

< > BotCompany Repo | #1011658 // ai_cache_findTriple

JavaX fragment (include)

static L<Web> ai_cache_findTriple(S a, S b, S c) {
  L<Web> webs = ai_fewestIndexedWebs(a, b, c);
  ret webs_search_noVar_all(webFromTriple(a, b, c), webs);
}

static L<Web> ai_cache_findTriple(T3<S> t) {
  ret ai_cache_findTriple(t.a, t.b, t.c);
}

Author comment

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: 429 / 462
Version history: 1 change(s)
Referenced in: [show references]