Alias RollbackAllocator.~this

struct RollbackAllocator
{
  // ...
  alias ~this;
  // ...
}