array_initΒΆ
array_init :: fn (_arr: Any, allocator: AllocFn) #inline
Sets dynamic array to default state. If array contains already allocated memory array_terminate must be called first. Custom allocator can be specified.
Declared in: array.bl
array_init :: fn (_arr: Any, allocator: AllocFn) #inline
Sets dynamic array to default state. If array contains already allocated memory array_terminate must be called first. Custom allocator can be specified.
Declared in: array.bl