Struct DenseMapObj::Block#

Nested Relationships#

This struct is a nested type of Class DenseMapObj.

Struct Documentation#

struct Block#

POD type of a block of memory.

Public Members

uint8_t bytes[kBlockCap + kBlockCap * sizeof(ItemType)]#