Default struct constructor

psycha0s box at mail.com
Fri Feb 8 19:20:59 UTC 2019


What kind of problems a default struct constructor could solve? 
If you want to use RAII, you need to pass the resource as an 
argument. If you want to set some initial state, you can do it by 
assigning values to the struct members directly.


More information about the Digitalmars-d mailing list