Alias BasicString.allocator

Returns allocator.

struct BasicString
{
  // ...
  alias allocator = statelessAllcoator!NullAllocator;
  // ...
}