Alias Vector.hasStatelessAllocator

True if allocator doesn't have state.

struct Vector
{
  // ...
  alias hasStatelessAllocator = _hasStatelessAllocator;
  // ...
}