pub type AllocEscapeBuffer = FrozenVec<String>;
a buffer for an growable string escape buffer. enabled with alloc feature.
alloc
pub struct AllocEscapeBuffer { /* private fields */ }