DynamicArray.opDollar

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

Return Value

the number of items in the array

Meta