Alias FlatMap.hasStatelessAllocator

True if allocator doesn't have state.

struct FlatMap
{
  // ...
  alias hasStatelessAllocator = Storage.hasStatelessAllocator;
  // ...
}