BidirectionalMapJson
Este conteúdo não está disponível em sua língua ainda.
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.
Type Parameters
Section titled “Type Parameters”K
V
Properties
Section titled “Properties”entries
Section titled “entries”
readonlyentries: readonly readonly [K,V][]
Defined in: src/util/BidirectionalMap.ts:44
readonlykind:"BidirectionalMap"
Defined in: src/util/BidirectionalMap.ts:43
