Versions in this module Expand all Collapse all v1 v1.3.0 Jun 23, 2026 v1.2.1 Jun 21, 2026 Changes in this version + func Hash2[T any](a, b T) (hash uint64) + type Tuple2 struct + A T + B T + func (t *Tuple2[T]) Hash() (hash uint64) + type Tuple3 struct + A T + B T + C T + func (t *Tuple3[T]) Hash() (hash uint64) + func (t *Tuple3[T]) Hash2() (hash uint64)