SoA.capacity

Returns the current capacity - the current length rounded up to a power of two. This assumption allows us to save on having a separate field.

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

Meta