FnvHash.hashCode64

Undocumented in source. Be warned that the author may not have intended to support it.
  1. long hashCode64(string name)
  2. long hashCode64(string key, int offset, int end)
  3. long hashCode64(long basic, string name)
  4. long hashCode64(long basic, string key, int offset, int end)
    class FnvHash
    static @trusted nothrow
    long
    hashCode64
    (
    long basic
    ,
    string key
    ,
    int offset
    ,
    int end
    )
  5. long hashCode64(string owner, string name)

Meta