SoA.availableCapacity

Returns the number of elements that can be inserted without allocation.

struct SoA(T, alias Allocator = from!`std.experimental.allocator.gc_allocator`.GCAllocator)
nothrow const pure
size_t
availableCapacity
()
if (
is(T == struct)
)

Meta