Creates a Collection.Keyed
Similar to Collection(), however it expects collection-likes of [K, V]
tuples if not constructed from a Collection.Keyed or JS Object.
Note: Collection.Keyed is a conversion function and not a class, and
does not use the new keyword during construction.
Creates a Collection.Keyed
Similar to
Collection(), however it expects collection-likes of [K, V] tuples if not constructed from a Collection.Keyed or JS Object.Note:
Collection.Keyedis a conversion function and not a class, and does not use thenewkeyword during construction.