SoA.length

Returns the number of inserted elements.

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

Meta