Alias StackBuffer.~this

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