phobos-next v0.4.6 (2022-11-25T12:27:21Z)
Home
Dub
Repo
CyclicArray.this
nxt
container
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 capacity_ = max(8, PAGESIZE / T.sizeof))
static if
(!(
isDynamic
))
this
(
Range
)
(
Range
val
)
if
(
__traits(
compiles
,
ElementType
!
Range
) &&
is
(
ElementType
!
Range
:
T
)
)
this
(Args val)
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