FlatHashMap.nullKeyElement

Undocumented in source.
  1. enum nullKeyElement;
    struct FlatHashMap(K, V = void, alias hasher = hashOf, string keyEqualPred = defaultKeyEqualPredOf!(K), Allocator = Mallocator, bool borrowChecked = false, bool useSmallLinearSearch = true, bool usePrimeCapacity = false)
    static if(hasValue)
    enum nullKeyElement = T(defaultNullKeyConstantOf!K, V.init);
  2. enum nullKeyElement;

Meta