I remember reading somewhere that you can override the .init property of custom types in D. I would like to do this for the structure I created, but I find no way to do this, especially since default constructors are not allowed. Is this possible, and if so, how can I do this?
data-structures d
Mark lemoine
source share