kh_hash.kh_hash_equal

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool kh_hash_equal(T a, T b)
  2. bool kh_hash_equal(T* a, T* b)
    template kh_hash(T)
    pragma(inline, true)
    bool
    kh_hash_equal
    (
    T
    )
    (
    scope const T* a
    ,
    scope const T* b
    )
    if (
    is(T == char) ||
    is(T == const(char))
    ||
    is(T == immutable(char))
    )
  3. bool kh_hash_equal(T a, T b)

Meta