array_pushΒΆ

array_push :: fn (_arr: Any, v: Any)

Append new value at the dynamic array end. New heap allocation is done here only in cases when there is not enough memory allocated to store all values.

Declared in: array.bl