memutils ~master (2021-01-03T18:41:41Z)
Dub
Repo
Vector.opEquals
memutils
vector
Vector
Undocumented in source. Be warned that the author may not have intended to support it.
bool
opEquals
(RefCounted!(Vector!(T, ALLOC), ALLOC) other_)
bool
opEquals
(Vector!(T, ALLOC) other_)
struct
Vector
(T, ALLOC = ThreadMem)
const
bool
opEquals
()
(
auto
const
ref
Vector
!(
T
,
ALLOC
)
other_
)
bool
opEquals
(T[] other)
Meta
Source
See Implementation
memutils
vector
Vector
constructors
this
functions
clear
insert
insertAfter
insertBack
insertBefore
opAssign
opBinary
opCmp
opDollar
opEquals
opIndex
opIndexAssign
opOpAssign
opSlice
opSliceAssign
opSliceOpAssign
opSliceUnary
pushBack
removeBack
removeFront
reserve
resize
swap
manifest constants
NOGC
postblits
this(this)
properties
back
capacity
dup
dupr
empty
end
front
length
move
ptr