UnrolledList.opSlice

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

Return Value

a range over the list

Meta