ConvenienceAllocators.free

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

Meta