Alias List.append

Alias to pushBack

struct List
{
  // ...
  alias append = pushBack;
  // ...
}