destroyNoGC

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

Meta