The thing that made it click for me is that a template is very akin to a macro substitution -- where you just copy and paste the given parameter wherever its substitute is found.
Nicely put. Thanks, Steve. I at least get the basics now.
Ron Tarrant via Digitalmars-d-learn Wed, 10 Apr 2019 05:05:48 -0700
The thing that made it click for me is that a template is very akin to a macro substitution -- where you just copy and paste the given parameter wherever its substitute is found.
Nicely put. Thanks, Steve. I at least get the basics now.