DynamicArray.empty

struct DynamicArray(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
const nothrow pure @property @safe @nogc
bool
empty
()

Return Value

Type: bool

whether or not the DynamicArray is empty.

Meta