Alias ActionList.~this

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