DoxigAlpha

item_size

Size of the memory pool items. This is not necessarily the same as @sizeOf(Item) as the pool also uses the items for internal means.

Source

Implementation

#
pub const item_size = @max(@sizeOf(Node), @sizeOf(Item))