static bool tripleEqic(T3<S> a, T3<S> b) { if (a == null) ret b == null; else if (b == null) false; ret eqic(a.a, b.a) && eqic(a.b, b.b) && eqic(a.c, b.c); } static bool tripleEqic(T3<S> a, S ba, S bb, S bc) { if (a == null) false; ret eqic(a.a, ba) && eqic(a.b, bb) && eqic(a.c, bc); } ifclass Symbol static bool tripleEqic(T3<Symbol> a, Symbol ba, Symbol bb, Symbol bc) { if (a == null) false; ret eqic(a.a, ba) && eqic(a.b, bb) && eqic(a.c, bc); } endif
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: | #1011089 |
| Snippet name: | tripleEqic |
| Eternal ID of this version: | #1011089/3 |
| Text MD5: | 522651028cc80ebbff41d2095c78429d |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-12-10 07:23:24 |
| Source code size: | 488 bytes / 17 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 748 / 759 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |