Zum Inhalt springen
Deutsch

BidirectionalMapJson

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

BidirectionalMapJson<K, V> = object

Defined in: src/util/BidirectionalMap.ts:42

Wire shape of a BidirectionalMap.

Only the forward direction is written: the reverse map is fully determined by it, so storing both would double the payload for nothing.

K

V

readonly entries: readonly readonly [K, V][]

Defined in: src/util/BidirectionalMap.ts:44


readonly kind: "BidirectionalMap"

Defined in: src/util/BidirectionalMap.ts:43