SSOHashMapOrSet.keyEqualPred

Undocumented in source.
  1. enum keyEqualPred;
  2. enum keyEqualPred;
    struct SSOHashMapOrSet(K, V = void, alias Allocator = null, alias hasher = hashOf, uint smallBinMinCapacity = 1, uint growScaleP = 3, uint growScaleQ = 2)
    pragma(inline)
    static if(!(hasValue))
    enum keyEqualPred = "a is b";

Meta