1 | static boolean ioSmartEqVerbose(O a, O b) {
|
2 | if (ioSmartEq(a, b)) {
|
3 | print("OK " + structure(a));
|
4 | ret true; |
5 | } else {
|
6 | print("NO " + structure(a) + " " + structure(b));
|
7 | ret false; |
8 | } |
9 | } |
Began life as a copy of #1003031
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1003034 |
| Snippet name: | ioSmartEqVerbose - smart equals for IOIOI that converts stuff to string |
| Eternal ID of this version: | #1003034/1 |
| Text MD5: | cd7420ccb327d82e139671365d4c1b5b |
| Author: | stefan |
| Category: | javax / nl |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-04-21 17:21:22 |
| Source code size: | 209 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 862 / 830 |
| Referenced in: | [show references] |