Skip to main content

DEF_STACK_CAP

Constant DEF_STACK_CAP 

Source
pub const DEF_STACK_CAP: usize = KEY_STACK_CAP; // 112usize
Expand description

Default inline byte capacity for a generic Buffer.

The generic default matches KEY_STACK_CAP. Key and value aliases may select different capacities explicitly.