Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

8
LINES

< > BotCompany Repo | #1018019 // nlLogic_allFuncsNamed_deep

JavaX fragment (include)

static L<Exp> nlLogic_allFuncsNamed_deep(fS name, L<Exp> l) {
  final new L<Exp> out;
  for (Exp e : unnull(l))
    nlLogic_visit(e, voidfunc(O o) {
      if (o cast Func) if (eq(o.name, name)) out.add(o);
    });
  ret out;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1018019
Snippet name: nlLogic_allFuncsNamed_deep
Eternal ID of this version: #1018019/1
Text MD5: 4b1d461f2e12e045f406442a3b3ae0b5
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-08-26 15:26:43
Source code size: 233 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 261 / 290
Referenced in: [show references]