Ejemplo n.º 1
0
func Hash(k interface{}) uint32 {
	return sequtil.Hash(k)
}
Ejemplo n.º 2
0
// Hash computes a hash value (based only on the key)
func (m MapEntry) Hash() uint32 {
	return sequtil.Hash(m.key)
}