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)
  3. void destruct(T arr)
    @nogc
    void
    destruct
    (
    T
    )
    (
    ref T arr
    )
    if (
    isArray!(T)
    )

Meta