# Functions
NewHashEqualitor returns an EqualFunc that returns true if the hashes of the given arguments are equal, false otherwise.
# Interfaces
Equalitor describes an algorithm for equivalence between two data structures.
# Type aliases
EqualFunc is a function that implements Equalitor.