This repository has been archived by the owner on Jan 7, 2023. It is now read-only.
Basic dynamic array support
Basic dynamic array support
Dynamic arrays can be allocated and deallocated (via delete
). However, they cannot be concatenated, nor resized. Support for this will be coming soon.
Restructuring of lifetime.d
(formerly memory.d
)
lifetime.d
/memory.d
has been broken down into a package for ease of use.
Heap allocation of structures
Heap allocation and deallocation of structs is now supported.