string
string::pop_back
string::push_back
string::append
value
array
object
storage_ptr
Remove the last character.
void pop_back();
Removes a character from the end of the string.
not empty()