Let us say I want to automatically define subtraction given that addition and negation are defined. I tried the following using mixin templates...
I assume there is no way to do this?
Balagopal Komarath via Digitalmars-d-learn Sun, 20 Aug 2017 05:01:26 -0700
Let us say I want to automatically define subtraction given that addition and negation are defined. I tried the following using mixin templates...
I assume there is no way to do this?