phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
CyclicArray.opBinary
nxt
cyclic_array
CyclicArray
Undocumented in source. Be warned that the author may not have intended to support it.
auto
opBinary
(T rhs)
auto
opBinary
(T[n] rhs)
auto
opBinary
(Range rhs)
struct
CyclicArray
(T, size_t len = max(8, 4096 / T.sizeof))
const
auto
opBinary
(
string
op
: "~"
Range
)
(
Range
rhs
)
if
(
isInputRange
!
Range
&&
is
(
ElementType
!
Range
:
T
)
)
Meta
Source
See Implementation
nxt
cyclic_array
CyclicArray
constructors
this
functions
byRef
clear
dup
length
opApply
opBinary
opEquals
opOpAssign
mixins
__anonymous