DynamicArray.toString

Construct a string representation of this at sink.

struct DynamicArray(T, alias Allocator = null, CapacityType = size_t)
@safe pragma(inline) const scope
static if(__traits(isCopyable, T))
void
toString
()
(
scope void delegate
(
scope const(char)[]
)
sink
)
if (
!is(Unqual!T == bool) &&
(
is(CapacityType == ulong) ||
is(CapacityType == uint)
)
)

Meta