array_reserve

Declaration

array_reserve :: fn (_arr: Any, n: s64)

Description

Reserve heap memory for n elements.

Arguments

  • _arr Array.

  • n Count of elemets for which should reserve space.

Declared in: array.bl