Alias List.hasStatelessAllocator

True if allocator doesn't have state.

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