static Set<S> ai_cluster_forward(Set<S> cluster, S rel) { Set<S> set = litciset(); for (S s : cluster) set.addAll(ai_texts(s, rel, "$X")); ret set; }
Began life as a copy of #1012034
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: | #1012035 |
| Snippet name: | ai_cluster_forward - forward-search |
| Eternal ID of this version: | #1012035/1 |
| Text MD5: | 53353a0bb684750945556ea01f072556 |
| 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-16 06:54:56 |
| Source code size: | 164 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 619 / 652 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1012036 - ai_cluster_backward - backward-search |