Class KeyMap<K, V, I, L>

Map that transforms keys.

Type Parameters

  • K

    Input key type.

  • V

    Value type.

  • I

    Indexable key type.

  • L = K

    Lookup key type.

Hierarchy

  • KeyMap

    Implements

    • Iterable<[key: K, value: V]>

    Constructors

    Accessors

    Methods

    Constructors

    Accessors

    Methods

    • Returns IterableIterator<[key: K, value: V]>

    Generated using TypeDoc