UnrolledList.opSlice

struct UnrolledList(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T, size_t cacheLineSize = 64)
alias opSlice = range

Return Value

a range over the list

Meta