! Operator

H. S. Teoh hsteoh at qfbox.info
Wed Apr 8 05:04:25 UTC 2026


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.


T

-- 
Being forced to write comments actually improves code, because it is easier to fix a crock than to explain it. -- G. Steele 


More information about the Digitalmars-d-learn mailing list