DynamicArray.opDollar

struct DynamicArray(T, Allocator = SpasmGCAllocator)
alias opDollar = length

Return Value

the number of items in the array

Meta