AllocatedBuffer.capacity

struct AllocatedBuffer(T, Allocator = GCNoPointerAllocator, size_t floorSize = 8192)
size_t
capacity
()

Return Value

Type: size_t

The total number of elements currently managed.

Meta