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

12
LINES

< > BotCompany Repo | #1012147 // ai_texts_dollarAny_two - satisfy two conditions at once

JavaX fragment (include)

static L<SS> ai_texts_dollarAny_two(T3<S> a, T3<S> b) {
  L<SS> l = ai_texts_dollarAny(a);
  if (empty(l)) ret l;
  
  new L<SS> out;
  for (SS map : l) {
    T3<S> t = ai_replaceStandaloneVarsInTriple(b, map);
    for (SS map2 : ai_texts_dollarAny(t))
      out.add(mergeMaps(map, map2));
  }
  ret out;
}

Author comment

Began life as a copy of #1012144

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: #1012147
Snippet name: ai_texts_dollarAny_two - satisfy two conditions at once
Eternal ID of this version: #1012147/3
Text MD5: ac1573468f72b0e3e813a82ad58f22b2
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-11-21 11:42:39
Source code size: 317 bytes / 12 lines
Pitched / IR pitched: No / No
Views / Downloads: 472 / 465
Version history: 2 change(s)
Referenced in: [show references]