1 | static bool containsAllIC_lisp(Collection<Lisp> a, Collection<Lisp> b) { |
2 | for (Lisp o : b) |
3 | if (!containsLispIC(a, o)) |
4 | false; |
5 | true; |
6 | } |
Began life as a copy of #1011406
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: | #1011407 |
Snippet name: | containsAllIC_lisp |
Eternal ID of this version: | #1011407/3 |
Text MD5: | 5805aca4a6599a647b6597a7d05a12b8 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-10-28 23:59:41 |
Source code size: | 150 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 495 / 501 |
Version history: | 2 change(s) |
Referenced in: | [show references] |