The OpenD Programming Language

DynamicArray.opDollar

import containers.dynamicarray;
struct DynamicArray(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
alias opDollar = length

Return Value

the number of items in the array

Meta