Constructors
Accessors
Methods
forEach
forEach(callback: (value: V, key: K, table: TypedKvMap<K, V>) => void): void
get
get(key: K): undefined | V
getVersionOfPreviousWrite
getVersionOfPreviousWrite(key: K): undefined | number Returns undefined | number