1 | static L<TripleRef<Symbol>> ai_triplesToCRefs(final L<TripleWeb> l) {
|
2 | if (l == null) null; |
3 | class TTCR extends LazyList<TripleRef<Symbol>> {
|
4 | final int n = l(l); |
5 | public int size() { ret n; }
|
6 | public TripleRef<Symbol> get(int i) {
|
7 | ret TripleC(syncGet(l, i)); |
8 | } |
9 | } |
10 | ret new TTCR; |
11 | } |
Began life as a copy of #1012649
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: | #1013649 |
| Snippet name: | ai_triplesToCRefs |
| Eternal ID of this version: | #1013649/3 |
| Text MD5: | e267d14f826f6a71bb73b854648667c3 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-01-13 21:12:49 |
| Source code size: | 314 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 638 / 666 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |