UnrolledList.range

struct UnrolledList(T, bool supportGC = true, size_t cacheLineSize = 64)
const nothrow pure
Range
range
()

Return Value

Type: Range

a range over the list

Meta