digitalmars.D.learn - ! Operator
- Justin P. (1/1) Apr 07 Where can I find info. about the exclamation point?
- novice2 (3/4) Apr 07 hope this help
- H. S. Teoh (6/10) Apr 07 In D, `!` may also be used for template instantiation. For those use
- Nick Treleaven (2/10) Apr 08 https://dlang.org/spec/template.html#explicit_tmp_instantiation
- =?UTF-8?Q?Ali_=C3=87ehreli?= (4/5) Apr 08 The following index section is still useful to me:
- Andy Valencia (4/7) Apr 08 An excellent resource I don't remember seeing previously.
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
Apr 07
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: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. SteeleWhere can I find info. about the exclamation point?hope this help https://dlang.org/spec/expression.html#UnaryExpression
Apr 07
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:https://dlang.org/spec/template.html#explicit_tmp_instantiationOn Wednesday, 8 April 2026 at 01:53:29 UTC, Justin P. wrote:In D, `!` may also be used for template instantiation. For those use cases, look up templates in the documentation.Where can I find info. about the exclamation point?hope this help https://dlang.org/spec/expression.html#UnaryExpression
Apr 08
On 4/7/26 6:53 PM, Justin P. wrote:Where can I find info. about the exclamation point?The following index section is still useful to me: https://ddili.org/ders/d.en/ix.html Ali
Apr 08
On Wednesday, 8 April 2026 at 17:38:29 UTC, Ali Çehreli wrote:The following index section is still useful to me: https://ddili.org/ders/d.en/ix.html AliAn excellent resource I don't remember seeing previously. Bookmarked--thank you. Andy
Apr 08









Nick Treleaven <nick geany.org> 