Alias List.prepend

Alias to pushFront

struct List
{
  // ...
  alias prepend = pushFront;
  // ...
}