fn hash(hasher: anytype, key: anytype, comptime strat: HashStrategy) void

Provides generic hashing for any eligible type. Strategy is provided to determine if pointers should be followed or not.

Parameters

hasher: anytype,
key: anytype,
strat: HashStrategy,