UnrolledList.insertBack

Inserts the given range into the end of the list

  1. void insertBack(T item)
  2. void insertBack(R range)
    struct UnrolledList(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T, size_t cacheLineSize = 64)
    void
    insertBack
    (
    R
    )
    (
    auto ref R range
    )
  3. alias put = insertBack
  4. alias insert = insertBack

Meta