CPPDelete

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void CPPDelete(T* p)
  2. void CPPDelete(T p)
    void
    CPPDelete
    (
    T
    )
    (
    auto ref T p
    )
    if (
    is(T == class) ||
    is(T == interface)
    )
  3. void CPPDelete(T[] array)

Meta