static <A> O dm_showMultiSet(S description, Iterable<A> l) { O mod = dm_showMultiSet(l); dm_setModuleName(mod, description); ret mod; } static <A> O dm_showMultiSet(Iterable<A> l) { MultiSet<A> ms = asMultiSet(l); O mod = dm_showNewModule("#1021087/MultiSetTable"); dm_call(mod, 'setMultiSet, shallowExport(ms, dm_getModule(mod))); ret mod; }
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: | #1021090 |
| Snippet name: | dm_showMultiSet |
| Eternal ID of this version: | #1021090/4 |
| Text MD5: | 7d87dffddeeb83c08235d3eee88fe99e |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-01-22 17:42:21 |
| Source code size: | 368 bytes / 12 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 571 / 572 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |