phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
CyclicRange
nxt
cyclic_array
Undocumented in source.
struct
CyclicRange (
T
) {
T
[]
array
;
size_t
start
;
size_t
size
;
mixin
CyclicRangePrimitives
!
T
;
CyclicRange
!
T
dup
();
}
Members
Functions
dup
CyclicRange
!
T
dup
()
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
CyclicRangePrimitives
!
T
Undocumented in source.
Variables
array
T
[]
array
;
size
size_t
size
;
Undocumented in source.
start
size_t
start
;
Undocumented in source.
Meta
Source
See Implementation
nxt
cyclic_array
classes
CyclicRangeError
structs
CyclicArray
CyclicRange