The OpenD Programming Language

UnrolledList.insert

Inserts the given range into the end of the list

import containers.unrolledlist;
struct UnrolledList(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T, size_t cacheLineSize = 64)
alias insert = insertBack

Meta