Vector.destroyFun

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

Meta