HashMap.AllocatorInstanceType

Undocumented in source.
  1. alias AllocatorInstanceType = typeof(AllocatorType.instance)
  2. alias AllocatorInstanceType = AllocatorType
    struct HashMap(TKey, TValue, Traits = DefaultHashMapTraits!TKey, Allocator = IAllocator)
    static if(!(is(typeof(AllocatorType.instance))))
    alias AllocatorInstanceType = AllocatorType

Meta