On Tue, Nov 20, 2012 at 10:57 AM, Mark S. Miller <[email protected]> wrote: > Since Map and Set will be in ES6 and MultiMap is trivially > implementable from these, we can wait until we see some experimental > implementations before standardizing. Hence the ES7 target.
Here’s my experimental implementation, in terms of my Map shim. https://github.com/kriskowal/collections/blob/master/multi-map.js _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

