pub type ValBuffer<const CAP: usize = VAL_STACK_CAP> = Buffer<CAP>;
pub struct ValBuffer<const CAP: usize = VAL_STACK_CAP> { /* private fields */ }