1 | static bool checkConceptFieldsIC(Concept x, O... data) { |
2 | for (int i = 0; i < l(data); i += 2) |
3 | if (!eqicOrEq(cget(x, (S) data[i]), deref(data[i+1]))) |
4 | ret false; |
5 | ret true; |
6 | } |
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: | 338 / 372 |
Version history: | 2 change(s) |
Referenced in: | [show references] |