fn autoHash(hasher: anytype, key: anytype) void
[src]
Provides generic hashing for any eligible type. Only hashes key
itself, pointers are not followed. Slices as well as unions and structs containing slices are rejected to avoid ambiguity on the user’s intention.