UnrolledList.range

struct UnrolledList(T, bool supportGC = true, size_t cacheLineSize = 64)
const nothrow pure @nogc @trusted @property
range
(
this This
)
()

Return Value

Type: auto

a range over the list

Meta