static void ai_expandCluster(Set<S> cluster) { for (S s : cloneList(cluster)) { cluster.addAll(ai_texts(s, "is identical to", "$X")); cluster.addAll(ai_texts("$X", "is identical to", s)); } }
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: | #1012034 |
| Snippet name: | ai_expandCluster |
| Eternal ID of this version: | #1012034/1 |
| Text MD5: | 2a5459d84ca0f1e9d2dae69042daf270 |
| 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:53:19 |
| Source code size: | 208 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 620 / 677 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1012035 - ai_cluster_forward - forward-search #1013463 - ai_expandCluster_quoteUnquote |