phobos-next v0.3.7 (2020-07-28T23:34:39Z)
Home
Dub
Repo
CyclicArray.opBinary
nxt
cyclic
CyclicArray
Undocumented in source. Be warned that the author may not have intended to support it.
auto
opBinary
(T rhs)
struct
CyclicArray
(T, size_t len = max(8, 4096 / T.sizeof))
const
auto
opBinary
(
string
op
: "~"
)
(
T
rhs
)
auto
opBinary
(T[n] rhs)
auto
opBinary
(Range rhs)
Meta
Source
See Implementation
nxt
cyclic
CyclicArray
constructors
this
functions
byRef
clear
dup
length
opApply
opBinary
opEquals
opOpAssign
mixins
__anonymous