UnrolledList.insertBack

Inserts the given item into the end of the list.

  1. void insertBack(T item)
    struct UnrolledList(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T, size_t cacheLineSize = 64)
    void
    insertBack
    ()
  2. void insertBack(R range)

Meta