nxt.container.dynamic_array

Undocumented in source.

Members

Functions

remove
size_t remove(C c)

Remove all elements matching predicate.

Structs

BasicCopyableArray
struct BasicCopyableArray

Variant of DynamicArray with copy construction (postblit) enabled.

DynamicArray
struct DynamicArray(T, Allocator = GCAllocator, Capacity = size_t)

Dynamic array container.

Meta