DynamicArray.length

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

Return Value

Type: size_t

the number of items in the array

Meta