yDel

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

Meta