static SS mergeMapsStrictlyIC(SS map1, SS map2) { if (map2 == null) ret map1; if (map1 == null) ret map2; if (!canPutAllStrictlyIC(map1, map2)) null; ret mergeMaps(map1, map2); }
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: | #1021754 |
Snippet name: | mergeMapsStrictlyIC |
Eternal ID of this version: | #1021754/1 |
Text MD5: | 629fe31a286cae5386f47db0f8461fcc |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-02-25 22:28:11 |
Source code size: | 191 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 292 / 335 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1025415 - mergeMapsStrictly |