The type of the nested map's values.
The per-value key type.
The block-grouping key type.
The type of the nested map's values.
The per-value key type.
The block-grouping key type.
ProtecteddefaultProtectedFunctionget
Item key.
OptionalblockKey: BlockKeyType = ...Block grouping key.
undefined.Functionset
The value to set.
The key to set.
OptionalblockKey: BlockKeyType = ...Block grouping key.
FunctiongetKey
The value to locate.
undefined if not found.FunctiongetKeys
The value to locate.
FunctiongetFlatKey
The value to query.
FunctiongetFromFlatKey
Global index or flattened string key (produced by flattenKey).
FunctiongetEntriesForBlock
OptionalblockKey: BlockKeyType = ...Block grouping key.
FunctiongetKeysForBlock
OptionalblockKey: BlockKeyType = ...Block grouping key.
FunctiongetValuesForBlock
OptionalblockKey: BlockKeyType = ...Block grouping key.
FunctionhasKey
The targeted key.
OptionalblockKey: BlockKeyType = ...Block grouping key.
Whether a value exists.
FunctionhasBlock
OptionalblockKey: BlockKeyTypeBlock grouping key.
Whether a block exists.
FunctiongetBlockSize
OptionalblockKey: BlockKeyType = ...Block grouping key.
The size of the block.
FunctionremoveKey
The key to remove.
OptionalblockKey: BlockKeyType = ...Block grouping key.
FunctionflattenKey
Item key.
OptionalblockKey: BlockKeyType = ...Block grouping key.
FunctionscopeKey
Flattened key or global index.
Reverse flattenKey: if given a string in the form "blockKey|key", it returns {blockKey, key}`.
Protectedget
TurboNestedMap