phobos-next v0.4.6 (2022-11-25T12:27:21Z)
Home
Dub
Repo
CyclicArray.opOpAssign
nxt
container
cyclic
CyclicArray
Undocumented in source. Be warned that the author may not have intended to support it.
void
opOpAssign
(T rhs)
struct
CyclicArray
(T, size_t capacity_ = max(8, PAGESIZE / T.sizeof))
void
opOpAssign
(
string
op
: "~"
)
(
T
rhs
)
void
opOpAssign
(T[n] rhs)
void
opOpAssign
(CyclicArray!(T, n) rhs)
void
opOpAssign
(Range rhs)
Meta
Source
See Implementation
nxt
container
cyclic
CyclicArray
aliases
capacity
constructors
this
functions
byRef
clear
dup
length
opApply
opBinary
opEquals
opOpAssign
manifest constants
isDynamic
mixins
__anonymous