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

6
LINES

< > BotCompany Repo | #1012225 // tripleEqicOneOf

JavaX fragment (include)

static bool tripleEqicOneOf(T3<S> a, Collection<T3<S>> b) {
  if (a == null) ret l(b) == 1 && first(b) == null;
  for (T3<S> t : b)
    if (tripleEqic(a, t)) true;
  false;
}

Author comment

Began life as a copy of #1011089

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: #1012225
Snippet name: tripleEqicOneOf
Eternal ID of this version: #1012225/1
Text MD5: 4da7ccd75aff3a6f307ee636b117ee82
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-11-24 12:16:44
Source code size: 179 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 330 / 361
Referenced in: [show references]