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)
  3. void free(T arr, bool zeroise_mem)
    mixintemplate ConvenienceAllocators(alias ALLOC, alias THIS)
    nothrow static
    void
    free
    (
    T
    )
    (
    auto ref T arr
    ,
    bool zeroise_mem = false
    )
    if ()

Meta