HybridHashMap.nullKeyElement

Undocumented in source.
  1. enum nullKeyElement;
    struct HybridHashMap(K, V = void, alias hasher = hashOf, string keyEqualPred = defaultKeyEqualPredOf!(K), Allocator = Mallocator, Options options = Options.init)
    static if(hasValue)
    static if(hasNullableKey)
    enum nullKeyElement = T(defaultNullKeyConstantOf!K, V.init);
  2. enum nullKeyElement;

Meta