u64(* hasher_t)(void *)
Function that hashes an object.
bool(* is_equal_t)(void *, void *)
Function that compares whether two objects are equal.
bool ps_str_is_equal(STR a, STR b)
Compares the given strings.
u64 hash_t
Numeric type for hashes.
hash_t ps_str_hash(STR str)
Hashes the given string according to the FNV-1a algorithm.