1 | static LS generalDefinition_rev(S term) { |
2 | new LS out; |
3 | for (Pair<S> p : values(mechMultiMapPairsCI(generalDefinitions_listName()))) |
4 | if (eqic(dropGlobalID(p.b), term)) |
5 | out.add(p.a); |
6 | ret out; |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1017052 |
Snippet name: | generalDefinition_rev - reverse lookup; TODO: invalids |
Eternal ID of this version: | #1017052/3 |
Text MD5: | b95e5e7fded48d5017405ded9e1ecb74 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-07-11 14:51:15 |
Source code size: | 212 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 397 / 420 |
Version history: | 2 change(s) |
Referenced in: | [show references] |