Hello again. I'm designing a template version of a BST.
Because of this, I want to be able to compare if two objects of the same class type are references to the same anonymous class on the heap somewhere.
Example:
Mark via Digitalmars-d-learn Sat, 03 Jun 2017 13:03:44 -0700
Hello again. I'm designing a template version of a BST.
Because of this, I want to be able to compare if two objects of the same class type are references to the same anonymous class on the heap somewhere.
Example: