Alias Vector.put

Alias to append.

struct Vector
{
  // ...
  alias put = List.append;
  // ...
}