xo-interpreter2 stack: + literal array parsing
This commit is contained in:
parent
5f3000693e
commit
c05b301742
2 changed files with 19 additions and 2 deletions
|
|
@ -112,6 +112,13 @@ namespace xo {
|
|||
**/
|
||||
bool resize(size_type new_size) noexcept;
|
||||
|
||||
/** reduce array capacity to current array size
|
||||
*
|
||||
* note: with X1Collector, capacity is reduced but memory not recycled
|
||||
* until next collection
|
||||
**/
|
||||
void shrink_to_fit() noexcept;
|
||||
|
||||
///@}
|
||||
/** @defgroup darray-conversion-operators conversion operators **/
|
||||
///@{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue