array_push
Declaration
array_push :: fn (_arr: Any, v: Any)
Description
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.
Arguments
_arr
Array to be appedned.v
Value to be appended.
Declared in: array.bl