LWDR.free

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void free(T obj)
    class LWDR
    static nothrow @nogc @trusted
    void
    free
    (
    T
    )
    (
    ref T obj
    )
    if (
    is(T == class) ||
    is(T == interface)
    )
  2. void free(TArr arr)
  3. void free(TPtr ptr)
  4. void free(TPtr ptr)

Meta