The OpenD Programming Language

UnrolledList.opOpAssign

Inserts the given range into the end of the list

struct UnrolledList(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T, size_t cacheLineSize = 64)
T*
opOpAssign
(
string op
)
()
if (
op == "~"
)

Meta