UnrolledList.range

  1. auto range()
    struct UnrolledList(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T, size_t cacheLineSize = 64)
    const nothrow pure @nogc @trusted @property
    range
    (
    this This
    )
    ()
  2. alias opSlice = range

Return Value

Type: auto

a range over the list

Meta