Record.toHash

Computes the hashcode of this record based on the hashes of the fields, as well as the field names to avoid collisions with other records with the same number and type of fields.

struct Record(T...)
size_t
toHash
const nothrow @trusted
(
)
if (
T.length % 2 == 0 &&
areTypeNamePairs!T
)

Meta

Authors

Tony J. Hudgins