Libraryless. Click here for Pure Java version (2614L/17K).
1 | static Map newGazelle_deepZip1(O inputA, O inputB) {
|
2 | if (eqOrEqic_gen(inputA, inputB)) ret emptyMap(); |
3 | if (!(inputA instanceof L && inputB instanceof L)) null; |
4 | Map map = antiFilterMap eqOrEqic_gen(zipTwoListsToMap_strict(inputA/L, inputB/L)); |
5 | if (map == null) null; |
6 | new Map map2; |
7 | for (O a, b : map) |
8 | if (a instanceof L && b instanceof L) {
|
9 | Map subMap = newGazelle_deepZip1(a, b); |
10 | if (subMap == null || !putAllStrictly(map2, subMap)) null; |
11 | } else |
12 | if (!strictPut(map2, a, b)) null; |
13 | ret map2; |
14 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1027747 |
| Snippet name: | newGazelle_deepZip1 |
| Eternal ID of this version: | #1027747/2 |
| Text MD5: | 5717a4b9c414f3d0fd48c42b53716a62 |
| Transpilation MD5: | 4da213bc141dda55827fa0168d21a32d |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-04-09 23:26:02 |
| Source code size: | 543 bytes / 14 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 421 / 561 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |