Transpiled version (11239L) is out of date.
1 | static FlexibleVarContext flexibleVarContextFromParams(O... params) {
|
2 | new FlexibleVarContext ctx; |
3 | for (int i = 0; i < l(params); i += 2) |
4 | ctx.put((S) params[i], params[i+1]); |
5 | ret ctx; |
6 | } |
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): mqqgnosmbjvj, wnsclhtenguj
No comments. add comment
| Snippet ID: | #1037251 |
| Snippet name: | flexibleVarContextFromParams |
| Eternal ID of this version: | #1037251/2 |
| Text MD5: | 9947e69f3e1010d0b025ff717747475a |
| Author: | stefan |
| Category: | javax / parsing |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2023-09-19 20:11:24 |
| Source code size: | 199 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 759 / 944 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |