UnrolledList.put

Inserts the given range into the end of the list

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

Meta