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.
Collection()
Note: Collection.Keyed is a conversion function and not a class, and does not use the new keyword during construction.
Collection.Keyed
new
Optional
Generated using TypeDoc
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 thenew
keyword during construction.