On Thursday, 16 August 2012 at 03:02:59 UTC, RivenTheMage wrote:

ushort num = 1234;
auto hash1 = hash!("(a >>> 20) ^ (a >>> 12) ^ (a >>> 7) ^ (a >>>
4) ^ a")(str); // indexing hash

I forgot that this case is already covered by reduce!(...)

Reply via email to