ConvenienceAllocators.free

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void free(T* obj)
  2. void free(T obj)
    mixintemplate ConvenienceAllocators(alias ALLOC, alias THIS)
    nothrow static
    void
    free
    (
    T
    )
    (
    auto ref T obj
    )
    if (
    !isArray!T &&
    is(T : Object)
    )
  3. void free(T arr, bool zeroise_mem)

Meta