xo-interpreter2 stack: + literal array parsing

This commit is contained in:
Roland Conybeare 2026-03-03 12:12:09 +11:00
commit c05b301742
2 changed files with 19 additions and 2 deletions

View file

@ -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 **/
///@{