free

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void free(void* ptr)
  2. void free(T obj)
    pure nothrow @system @nogc
    void
    free
    (
    T
    )
    (
    T obj
    )
    if (
    is(T == class)
    )

Meta