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)
  3. bool kh_hash_equal(T a, T b)
    template kh_hash(T)
    pragma(inline, true)
    bool
    kh_hash_equal
    (
    T
    )
    (
    T a
    ,
    T b
    )
    if (
    isSomeString!T
    )

Meta