The OpenD Programming Language

UnrolledList.put

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 put = insertBack

Meta