Alias BasicString.front

Alias to frontCodeUnit.

struct BasicString
{
  // ...
  alias front = frontCodeUnit;
  // ...
}