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

7
LINES

< > BotCompany Repo | #1011404 // ai_hasTriple - synonym of ai_cache_hasTriple

JavaX fragment (include)

static bool ai_hasTriple(S a, S b, S c) {
  ret ai_cache_hasTriple(a, b, c);
}

static bool ai_hasTriple(T3<S> t) {
  ret ai_cache_hasTriple(t);
}

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: #1011404
Snippet name: ai_hasTriple - synonym of ai_cache_hasTriple
Eternal ID of this version: #1011404/1
Text MD5: c2e7c134550399736417e3a42151a40f
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-28 23:34:35
Source code size: 152 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 445 / 475
Referenced in: [show references]