Re: How can I have those "template instance recursive expansion" errors under control?
Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn Sat, 30 Nov 2024 16:11:17 -0800
The trick for such a function, is you have the public wrappers that
sanitize the input into something that you want to work with, then
internally have a function that accepts only that input.
- How can I have t... realhet via Digitalmars-d-learn
- Re: How can... realhet via Digitalmars-d-learn