pub const VAL_STACK_CAP: usize = _; // 496usizeExpand description
Default inline byte capacity for serialized values.
ValBuffer uses this value when no capacity is supplied. Values exceeding
the budget spill to the heap rather than being truncated.