Memory-pool-based dynamic arrays. Optimized for memory usage, can’t fragment the memory.
Copy-on-write array for some Godot types, allocated with a memory pool.
See Source File
MIT License
Copyright (c) 2007-2018 Juan Linietsky, Ariel Manzur. Copyright (c) 2014-2018 Godot Engine contributors (cf. AUTHORS.md) Copyright (c) 2017-2018 Godot-D contributors
Memory-pool-based dynamic arrays. Optimized for memory usage, can’t fragment the memory.