cyclic ~master (2021-12-18T06:35:21.2857031)
Dub
Repo
CyclicArray.byRef
cyclic
CyclicArray
Undocumented in source. Be warned that the author may not have intended to support it.
struct
CyclicArray
(T, size_t len = max(8, 4096 / T.sizeof))
@
property
@
nogc
@
safe
static if
(
len != 0
)
CyclicRange
!
T
byRef
(
)
Meta
Source
See Implementation
cyclic
CyclicArray
constructors
this
functions
byRef
clear
dup
length
opApply
opBinary
opEquals
opOpAssign
mixins
__anonymous