phobos-next v0.3.8 (2020-08-04T23:11:21Z)
Home
Dub
Repo
CyclicArray.this
nxt
cyclic
CyclicArray
Undocumented in source.
this
(Array!T array)
this
(size_t length)
this
(T[n] val)
this
(Range val)
this
(Args val)
this
(T[n] val)
this
(Range val)
struct
CyclicArray
(T, size_t len = max(8, 4096 / T.sizeof))
static if
(!(
len == 0
))
this
(
Range
)
(
Range
val
)
if
(
__traits(
compiles
,
ElementType
!
Range
) &&
is
(
ElementType
!
Range
:
T
)
)
this
(Args val)
Meta
Source
See Implementation
nxt
cyclic
CyclicArray
constructors
this
functions
byRef
clear
dup
length
opApply
opBinary
opEquals
opOpAssign
mixins
__anonymous