DynamicArray.empty

struct DynamicArray(T, Allocator = SpasmGCAllocator)
const nothrow pure @property @safe @nogc
bool
empty
()

Return Value

Type: bool

whether or not the DynamicArray is empty.

Meta