On 2013-02-15 03:26, Adam D. Ruppe wrote:
druntime has a hash implementation in module rt.util.hash that looks pretty useful, but isn't publicaly exported by the library anywhere.Does phobos or druntime offer a public hash function like that? If no, can it expose this one?
TypeInfo has a "getHash" method. -- /Jacob Carlborg
