1 | static bool ai_hasTerm(S term) {
|
2 | S s = ai_shortenForIndex(term); |
3 | if (s == term) |
4 | ret ai_mainIndexKeys().contains(term); |
5 | else |
6 | ret cic(ai_expandShortenedKeys(s), term); |
7 | } |
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: | #1012531 |
| Snippet name: | ai_hasTerm |
| Eternal ID of this version: | #1012531/4 |
| Text MD5: | 571efa9b764a582d4e9a8b7d61f8ae9a |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-12-26 06:10:55 |
| Source code size: | 187 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 633 / 857 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |