https://issues.dlang.org/show_bug.cgi?id=18766
Issue ID: 18766 Summary: std.typecons.Tuple.toHash could be improved Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: minor Priority: P1 Component: phobos Assignee: nob...@puremagic.com Reporter: n8sh.second...@hotmail.com Current std.typecons.Tuple has a custom `toHash` that is just the sum of the hashes of the tuple's fields. --