Vector.DestroyFun

Undocumented in source.
struct Vector(T, Allocator = Mallocator, bool addInGC = true)
static if(isNotCopy)
alias DestroyFun = void function
(
ref Alloc alloc
,
ref T
)
nothrow

Meta