UnrolledList.insert

Inserts the given range into the end of the list

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

Meta