1 | static bool checkConceptFields(Concept x, O... data) { |
2 | for (int i = 0; i < l(data); i += 2) |
3 | if (neq(cget(x, (S) data[i]), deref(data[i+1]))) |
4 | ret false; |
5 | ret true; |
6 | } |
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: | 714 / 694 |
Referenced in: | [show references] |