On Wednesday, 8 April 2026 at 05:04:25 UTC, H. S. Teoh wrote:
On Wed, Apr 08, 2026 at 04:51:56AM +0000, novice2 via Digitalmars-d-learn wrote:
On Wednesday, 8 April 2026 at 01:53:29 UTC, Justin P. wrote:
> Where can I find info. about the exclamation point?
hope this help https://dlang.org/spec/expression.html#UnaryExpression

In D, `!` may also be used for template instantiation. For those use cases, look up templates in the documentation.

https://dlang.org/spec/template.html#explicit_tmp_instantiation

Reply via email to