phobos-next v0.4.6 (2022-11-25T12:27:21Z)
Home
Dub
Repo
DynamicArray.isElementAssignable
nxt
container
dynamic_array
DynamicArray
Is
true
if
U
can be assigned to the elements of
this
.
struct
DynamicArray
(T, Allocator = Mallocator, Capacity = size_t)
enum
isElementAssignable (
U
)
Meta
Source
See Implementation
nxt
container
dynamic_array
DynamicArray
aliases
opDollar
put
constructors
this
destructors
~this
enums
isElementAssignable
functions
clear
empty
insertBack
insertBackMove
moveAt
opEquals
opIndex
opIndexAssign
opOpAssign
opSlice
opSliceAssign
popAt
popBack
popBackN
ptr
reserve
takeBack
takeFront
toHash
toString
manifest constants
_growthP
_growthQ
postblits
this(this)
properties
back
capacity
dup
front
length
static functions
emplaceWithCopiedElements
emplaceWithMovedElements
withCapacity
withElements
withElementsOfRange_untested
withLength
withLengthElementValue
Is true if U can be assigned to the elements of this.