phobos-next v0.3.8 (2020-08-04T23:11:21Z)
Home
Dub
Repo
DynamicArray.toString
nxt
dynamic_array
DynamicArray
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
Source
See Implementation
nxt
dynamic_array
DynamicArray
aliases
opDollar
put
constructors
this
destructors
~this
enums
isElementAssignable
functions
back
backPop
clear
front
frontPop
insertBack
insertBack1
insertBackMove
moveAt
opEquals
opIndex
opIndexAssign
opOpAssign
opSlice
opSliceAssign
popAt
popBack
popBackN
ptr
reserve
toHash
toString
postblits
this(this)
properties
capacity
dup
empty
length
static functions
emplaceWithCopiedElements
emplaceWithMovedElements
withCapacity
withElements
withElementsOfRange_untested
withLength
withLengthElementValue
Construct a string representation of this at sink.