array_reserve
Declaration
array_reserve :: fn (_arr: Any, n: s64)
Description
Reserve heap memory for n elements.
Arguments
_arrArray.nCount of elemets for which should reserve space.
Declared in: array.bl
array_reserve :: fn (_arr: Any, n: s64)
Reserve heap memory for n elements.
_arr Array. n Count of elemets for which should reserve space. Declared in: array.bl