Skip to content
English

BidirectionalMapJson

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