Alias BasicString.put

Alias to append.

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