We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f138f7 commit 62ac7b9Copy full SHA for 62ac7b9
spec/expression.dd
@@ -2375,9 +2375,8 @@ $(GNAME TypeSpecialization):
2375
)
2376
2377
$(P $(I IsExpression)s may be used in conjunction with $(D typeof) to check
2378
- whether an expression is semantically correct. For example, $(D is(typeof(foo)))
2379
- will return $(D true) if $(D foo) is a semantically correct expression with a valid
2380
- type.
+ whether an expression type checks correctly. For example, $(D is(typeof(foo)))
+ will return $(D true) if $(D foo) has a valid type.
2381
2382
2383
$(H4 $(LNAME2 basic-forms, Basic Forms))
0 commit comments