DynamicArray.length

struct DynamicArray(T, Allocator = ThreadMemAllocator)
const nothrow pure @property @safe @nogc
length
()

Return Value

Type: size_t

the number of items in the array

Meta