I'm wondering whether
`hashOf(this.im, hashOf(this.re))`
is sufficient for this task.
Comment #2 by n8sh.secondary — 2019-04-02T21:06:48Z
Vasyl Teliman: it is sufficient, which indicates that we don't actually need a custom `toHash` here and the auto-generated hash for structs is sufficient.
Comment #3 by ibuclaw — 2021-04-25T19:25:08Z
I will close this because you can use `c.hashOf()` instead, as per last comment.