ixfx
    Preparing search index...

    Namespace Maps

    Maps associate keys with values.

    Import example

    import { Maps } from 'https://unpkg.com/ixfx/dist/collections.js';
    

    Classes

    MapOfSimple
    NumberMap

    Interfaces

    IMapImmutable
    IMapMutable
    IMapOf
    IMapOfImmutable
    IMapOfMutable
    IMapOfMutableExtended

    Type Aliases

    ExpiringMapEvent
    ExpiringMapEvents
    ExpiringMapOpts
    MapArrayEvents
    MapArrayOpts
    MapCircularOpts
    MapMultiOpts
    MapSetOpts

    Functions

    expiringMap
    firstEntry
    firstEntryByValue
    immutable
    lengthMax
    mapOfSimpleMutable
    mutable
    ofArrayMutable
    ofCircularMutable
    ofSetMutable
    ofSimple

    References

    IMappish → IDictionary
    IWithEntries → Data.Maps.IWithEntries