AllocatedBuffer.avail

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

Return Value

Type: size_t

The number of unused elements that can be extended without needing to fetch more data from the allocator.

Meta