1 | static L<SS> ai_texts_dollarAny_two(T3<S> a, T3<S> b) {
|
2 | L<SS> l = ai_texts_dollarAny(a); |
3 | if (empty(l)) ret l; |
4 | |
5 | new L<SS> out; |
6 | for (SS map : l) {
|
7 | T3<S> t = ai_replaceStandaloneVarsInTriple(b, map); |
8 | for (SS map2 : ai_texts_dollarAny(t)) |
9 | out.add(mergeMaps(map, map2)); |
10 | } |
11 | ret out; |
12 | } |
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: | 781 / 775 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |