@oazmi/kitchensink - v0.9.13
    Preparing search index...

    Class HybridWeakMap<K, V>

    a map like object, similar to a WeakMap, that weakly stores keys of Objects and Functions, but can also (strongly) store primitive objects as keys, similar to Map. hence the name, HybridWeakMap

    Type Parameters

    • K
    • V

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    wmap: WeakMap<K & WeakKey, V> = ...
    smap: Map<K & PropertyKey, V> = ...

    Methods