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)
    mixintemplate ConvenienceAllocators(alias ALLOC, alias THIS)
    static
    void
    free
    (
    T
    )
    (
    auto ref T arr
    )
    if (
    isArray!T
    )

Meta