static bool tripleEqualsByContentsIC(T3<Symbol> a, T3<Symbol> b) { ret a == null ? b == null : eqic(a.a, b.a) && eqic(a.b, b.b) && eqic(a.c, b.c); }
Began life as a copy of #1013074
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: | #1013075 | 
| Snippet name: | tripleEqualsByContentsIC | 
| Eternal ID of this version: | #1013075/2 | 
| Text MD5: | 94460c13ba649567a4d1d2ff44013f9a | 
| Author: | stefan | 
| Category: | javax / structures | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2017-12-24 20:21:28 | 
| Source code size: | 157 bytes / 4 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 536 / 574 | 
| Version history: | 1 change(s) | 
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |