hashOf

Undocumented in source. Be warned that the author may not have intended to support it.
  1. hash_t hashOf(T x, size_t seed)
  2. hash_t hashOf(T x, size_t seed)
  3. hash_t hashOf(T x, size_t seed)
    hash_t
    hashOf
    (
    T
    )
    (
    auto ref T x
    ,
    size_t seed = 0
    )
    if (
    !is(T == enum) &&
    !is(T : typeof(null))
    &&
    is(T S : S[])
    &&
    !__traits(isStaticArray, T)
    &&
    !is(T == struct)
    &&
    !is(T == class)
    &&
    !is(T == union)
    )
  4. hash_t hashOf(T x, size_t seed)
  5. hash_t hashOf(T x, size_t seed)
  6. hash_t hashOf(T x, size_t seed)
  7. hash_t hashOf(T x, size_t seed)
  8. hash_t hashOf(T x, size_t seed)
  9. hash_t hashOf(T x, size_t seed)
  10. hash_t hashOf(T x, size_t seed)

Meta