Vector.destroyFun

Undocumented in source. Be warned that the author may not have intended to support it.
  1. DestroyFun destroyFun [@property setter]
  2. DestroyFun destroyFun [@property getter]
    struct Vector(T, Allocator = Mallocator, bool addInGC = true)
    @property
    static if(isNotCopy)
    destroyFun
    ()
    if (
    is(T == Unqual!T)
    )

Meta