fn hash(x: u32) Hash
fn hash(x: u32) Hash { return @intCast((x *% 0x9E3779B1) >> (32 - lookup_hash_bits)); }