Ability to overwrite equals on types? #333
matiwinnetou
started this conversation in
Core language features
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any way in Aiken to overwrite equals operator? Is it planned in the future at all?
Consider the code:
Obviously what I would like to do is actually ability to invoke == on MerkleTree type rather than having to go via extra node_equals function.
Beta Was this translation helpful? Give feedback.
All reactions