Alias Drawable.~this

class Drawable
{
  // ...
  alias ~this;
  // ...
}