Kevin Smith (2014-01-16T16:26:04.000Z)
domenic at domenicdenicola.com (2014-01-22T20:41:42.357Z)
Makes sense, but I thought the user could not define semantics for "===": it just means "===" for each of its data members ("structural recursive strict equality test"). Does that mean that the host is somehow able to define "===" semantics for opaque value types (like int64)? Again, I'm assuming that int64 is opaque (i.e. not visibly composed of other elements).