phobos-next v0.3.8 (2020-08-04T23:11:21Z)
Home
Dub
Repo
CyclicArray.opEquals
nxt
cyclic
CyclicArray
Undocumented in source. Be warned that the author may not have intended to support it.
bool
opEquals
(CyclicArray!(T, len) b)
struct
CyclicArray
(T, size_t len = max(8, 4096 / T.sizeof))
bool
opEquals
(
in
CyclicArray
!(
T
,
len
)
b
)
bool
opEquals
(T[n] b)
bool
opEquals
(Range b)
Meta
Source
See Implementation
nxt
cyclic
CyclicArray
constructors
this
functions
byRef
clear
dup
length
opApply
opBinary
opEquals
opOpAssign
mixins
__anonymous