On Tuesday, October 21, 2014 11:24:32 AM UTC-4, Stefan Karpinski wrote: > > I wonder if we should just define > > hash(x::Any, ys::Any...) = hash(x, hash(ys...)) > > so that you can write hash(x.h, x.J, x.properties) for this. The danger is > that the two-argument form where the second argument happens to be a Uint > already means something particular, but that may be ok (I'm not sure). > > You could define hash(x,y,z...) = hash(x, hash(y, z...)) so that the 2-argument form is not changed.
- [julia-users] Differences between == and indexing/keys? Joshua Job
- [julia-users] Differences between == and indexing/k... Steven G. Johnson
- [julia-users] Re: Differences between == and in... Joshua Job
- [julia-users] Re: Differences between == an... Steven G. Johnson
- Re: [julia-users] Re: Differences betwe... Stefan Karpinski
- Re: [julia-users] Re: Differences ... Steven G. Johnson
- Re: [julia-users] Re: Differen... Stefan Karpinski
