dispose

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void dispose(Allocator allocator_, T obj)
    void
    dispose
    (
    T
    Allocator
    )
    (
    auto ref Allocator allocator_
    ,
    auto ref T obj
    )
    if (
    is(T == class) ||
    is(T == interface)
    )
  2. void dispose(Allocator allocator_, Object obj, size_t sz)

Meta