UnrolledList.opSlice

struct UnrolledList(T, bool supportGC = true, size_t cacheLineSize = 64)
alias opSlice = range

Return Value

a range over the list

Meta