HashMap.AllocatorInstanceType

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

Meta