destroy

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void destroy(T t)
    version(!D_BetterC && linux)
    void
    destroy
    (
    T
    )
    (
    ref T t
    )
    if (
    is(T == struct) &&
    dtorIsNothrow!T
    )
  2. void destroy(T t)

Meta