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
_arrArray to be appedned.vValue to be appended.
Declared in: array.bl