automem v0.3.3 (2018-07-28T17:23:20Z)
Dub
Repo
UniqueArray.opOpAssign
automem
unique_array
UniqueArray
Append to the array
void
opOpAssign
(Type other)
void
opOpAssign
(Type[] other)
struct
UniqueArray
(Type, Allocator = typeof(theAllocator))
void
opOpAssign
(
string
op
)
(
Type
[]
other
)
if
(
op
== "~"
)
if
(
isAllocator
!
Allocator
)
void
opOpAssign
(UniqueArray other)
Meta
Source
See Implementation
automem
unique_array
UniqueArray
aliases
move
constructors
this
destructors
~this
functions
dup
opAssign
opBinary
opCast
opDollar
opIndex
opOpAssign
opSlice
opUnary
ptr
reserve
unique
manifest constants
isGlobal
isSingleton
isTheAllocator
postblits
this(this)
properties
length
Append to the array