SoA.empty

Returns true iff no elements are present.

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

Meta