* Create a counter object that counts items of arbitrary types in a string, an array, or an iterable * in a manner that is similar to Python. Implementation uses the JS map data structure. * * @param iterable {string|any[]|Generator} An arbitrary iterable collection, be it an * a
(iterable)