1 | static bool tripleEqic(T3<S> a, T3<S> b) { |
2 | if (a == null) ret b == null; |
3 | else if (b == null) false; |
4 | ret eqic(a.a, b.a) && eqic(a.b, b.b) && eqic(a.c, b.c); |
5 | } |
6 | |
7 | static bool tripleEqic(T3<S> a, S ba, S bb, S bc) { |
8 | if (a == null) false; |
9 | ret eqic(a.a, ba) && eqic(a.b, bb) && eqic(a.c, bc); |
10 | } |
11 | |
12 | ifclass Symbol |
13 | static bool tripleEqic(T3<Symbol> a, Symbol ba, Symbol bb, Symbol bc) { |
14 | if (a == null) false; |
15 | ret eqic(a.a, ba) && eqic(a.b, bb) && eqic(a.c, bc); |
16 | } |
17 | 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: | 547 / 544 |
Version history: | 2 change(s) |
Referenced in: | [show references] |