static LPair<S, Map> allMapCacheVars() { ret allMapCacheVars(mc()); } static LPair<S, Map> allMapCacheVars(O mc) { new LPair<S, Map> l; for (S var : allCacheVars(mc)) { O o = get(mc, var); if (o cast Map) l.add(pair(var, o)); } ret l; }
Began life as a copy of #1015976
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1021544 |
Snippet name: | allMapCacheVars |
Eternal ID of this version: | #1021544/3 |
Text MD5: | ea4c85f597b1e23fe40dc8dd9f1bb3cb |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-02-17 17:19:06 |
Source code size: | 273 bytes / 13 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 339 / 337 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1021545 - fullMRUCaches |