1 | static bool tripleEqicOneOf(T3<S> a, Collection<T3<S>> b) {
|
2 | if (a == null) ret l(b) == 1 && first(b) == null; |
3 | for (T3<S> t : b) |
4 | if (tripleEqic(a, t)) true; |
5 | false; |
6 | } |
Began life as a copy of #1011089
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: | #1012225 |
| Snippet name: | tripleEqicOneOf |
| Eternal ID of this version: | #1012225/1 |
| Text MD5: | 4da7ccd75aff3a6f307ee636b117ee82 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-11-24 12:16:44 |
| Source code size: | 179 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 670 / 697 |
| Referenced in: | [show references] |