The OpenD Programming Language

CyclicBuffer.opSlice

buffer[i .. j]

struct CyclicBuffer(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
const nothrow pure @safe @nogc
size_t[2]
opSlice
(
size_t k : 0
)
(
size_t i
,
size_t j
)

Meta