Libraryless. Click here for Pure Java version (15308L/109K).
1 | !7 |
2 | |
3 | sclass SearchInStandardFunctionsList > DynTableWithSearcher {
|
4 | L<Map> calc() { ret data; }
|
5 | |
6 | void start {
|
7 | data = new L; |
8 | for (S name, S snippet : asCIMap(stdFunctions_cached())) {
|
9 | data.add(litorderedmap('Function := name, 'Snippet := snippet));
|
10 | } |
11 | } |
12 | } |
Began life as a copy of #1016897
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1016901 |
| Snippet name: | Search In Standard Functions List [Dyn Module] |
| Eternal ID of this version: | #1016901/4 |
| Text MD5: | 94900aaba176ab761bebae8d7fc54608 |
| Transpilation MD5: | 656496d494a1dd47cbabe7a891c03153 |
| Author: | stefan |
| Category: | javax / stefan's os |
| Type: | JavaX source code (Dynamic Module) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-07-07 17:08:38 |
| Source code size: | 288 bytes / 12 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 836 / 5984 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |