Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Basic dynamic array support

Compare
Choose a tag to compare
@hmmdyl hmmdyl released this 30 May 11:06
· 77 commits to master since this release

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.