infinity-map

A Map that doesn't throw if you put more than 16 million items in it. Because that's what the native `Map` object does for some reason.

infinity-set

A Set that doesn't throw if you put more than 16 million items in it. Because that's what the native `Set` object does for some reason.