HashMap.AllocatorType

Undocumented in source.
  1. alias AllocatorType = AffixAllocator!(AW, int)
    struct HashMap(TKey, TValue, Traits = DefaultHashMapTraits!TKey)
    static if(__VERSION__ < 2074)
    alias AllocatorType = AffixAllocator!(AW, int)
  2. alias AllocatorType = AffixAllocator!(IAllocator, int)

Meta