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

6
LINES

< > BotCompany Repo | #1019804 // checkConceptFieldsIC

JavaX fragment (include)

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

Author comment

Began life as a copy of #1005041

download  show line numbers  debug dex  old transpilations   

Travelled to 10 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, qsqiayxyrbia, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1019804
Snippet name: checkConceptFieldsIC
Eternal ID of this version: #1019804/3
Text MD5: 0f40a72248e1eebdcfff8be418ce59a4
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-11-26 22:14:25
Source code size: 190 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 263 / 300
Version history: 2 change(s)
Referenced in: [show references]