phobos-next v0.4.6 (2022-11-25T12:27:21Z)
Home
Dub
Repo
CyclicArray.byRef
nxt
container
cyclic
CyclicArray
Undocumented in source.
struct
CyclicArray
(T, size_t capacity_ = max(8, PAGESIZE / T.sizeof))
@
property
@
nogc
static if
(
!isDynamic
)
@
safe
=>
typeof
(return)(
array
[],
start
,
size
)
CyclicRange
!
T
byRef
(
)
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