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; }
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: | 339 / 373 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |