static L<Lisp> lispTruth2(S... heads) { new L<Lisp> out; for (Lisp l : lispTruthByHead(heads)) if (l.size() == 2) out.add(l); ret out; }
Began life as a copy of #1007841
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: | #1007953 |
Snippet name: | lispTruth2 - lispTruthByHead, requiring 2 arguments |
Eternal ID of this version: | #1007953/4 |
Text MD5: | bb0171feff5a2eed8a68638408b5f3db |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-04-17 20:32:49 |
Source code size: | 151 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 543 / 563 |
Version history: | 3 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1008087 - lispTruth #1008105 - lispTruth1 - lispTruthByHead, requiring 1 argument |