fn hash(hasher: anytype, key: anytype, comptime strat: HashStrategy) void
[src]
Provides generic hashing for any eligible type. Strategy is provided to determine if pointers should be followed or not.
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.