On Wednesday, 28 January 2026 at 09:53:45 UTC, Lars Johansson
wrote:
BUT templates, I do not get it. And how do I know I should use
e.g. 'as!quirky' in some special case?
Or are there a small set of well defined as! along with the
types?
3, 1.23, "foo" are value-y and go in the original argument list
int, a=>a are type-y and go in the prepended argument list and
will use a `!`
This will cover 95% of cases. And is also the difference between
alias and enum.
I will now try to learn how to use a debugger.
I still dont know how to use a debugger; by all accounts its a
nightmere.