destroyNoGC

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void destroyNoGC(T x)
    nothrow @nogc
    void
    destroyNoGC
    (
    T
    )
    (
    T x
    )
    if (
    is(T == class) ||
    is(T == interface)
    )
  2. void destroyNoGC(T obj)
  3. void destroyNoGC(T obj)

Meta