UnrolledList.insertBack

Inserts the given item into the end of the list.

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

Meta