DynamicArray.toString

Construct a string representation of this at sink.

struct DynamicArray(T, Allocator = Mallocator, Capacity = size_t)
const scope
static if(__traits(isCopyable, T))
void
toString
(
Sink
)
(
ref scope Sink sink
)
if (
!is(immutable T == immutable bool) &&
(
is(Capacity == ulong) ||
is(Capacity == uint)
)
&&
isAllocator!Allocator
)

Meta