UnrolledList.put

Inserts the given range into the end of the list

struct UnrolledList(T, bool supportGC = true, size_t cacheLineSize = 64)
alias put = insertBack

Meta