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

6
LINES

< > BotCompany Repo | #1005041 // checkConceptFields

JavaX fragment (include)

static bool checkConceptFields(Concept x, O... data) {
  for (int i = 0; i < l(data); i += 2)
    if (neq(cget(x, (S) data[i]), deref(data[i+1])))
      ret false;
  ret true;
}

Author comment

Began life as a copy of #1003172

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1005041
Snippet name: checkConceptFields
Eternal ID of this version: #1005041/1
Text MD5: b6fe3f6a1334192b7b9b6ff423eccd90
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-10-26 17:27:54
Source code size: 182 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 635 / 606
Referenced in: [show references]