Alias BasicString.allowHeap

Allow heap (false only if Allcoator is void)

struct BasicString
{
  // ...
  alias allowHeap = _allowHeap;
  // ...
}