destruct

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void destruct(T obj)
  2. void destruct(T* p)
    @nogc
    void
    destruct
    (
    T
    )
    (
    T* p
    )
    if (
    !is(T == class)
    )
  3. void destruct(T arr)

Meta