Libraryless. Click here for Pure Java version (896L/7K/20K).
!752 static S prefix = "history"; answer { L list = getHistory(); if (matchStart(prefix, s, m)) { s = m.rest(); if "length" ret lstr(list); if "fields" ret structure(fields(list)); } } static L<S> fields(L l) { new TreeSet<S> set; for (O o : l) if (o != null) set.addAll(objectToMap(o).keySet()); ret list(set); }
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: | #1002588 |
| Snippet name: | List Analysis Bot (dev.) |
| Eternal ID of this version: | #1002588/1 |
| Text MD5: | 1ff07496c9471dd6b86ded61feeda4d2 |
| Transpilation MD5: | 85726dfda4bad74c24d334c312bd02ae |
| Author: | stefan |
| Category: | eleu |
| Type: | JavaX source code |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-02-05 02:56:36 |
| Source code size: | 399 bytes / 25 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 950 / 1401 |
| Referenced in: | [show references] |