The OpenD Programming Language

UnrolledList.opSlice

struct UnrolledList(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T, size_t cacheLineSize = 64)
const nothrow pure @nogc @trusted
opSlice
(
this This
)
()

Return Value

Type: auto

a range over the list

Meta