item_alignment
Alignment of the memory pool items. This is not necessarily the same
as @alignOf(Item) as the pool also uses the items for internal means.
Source
Implementation
pub const item_alignment: Alignment = node_alignment.max(pool_options.alignment orelse .of(Item))