File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -2270,9 +2270,14 @@ $(GNAME TypeSpecialization):
2270
2270
)
2271
2271
2272
2272
$(P $(I IsExpression)s are evaluated at compile time and are
2273
- used for checking for valid types, comparing types for equivalence,
2274
- determining if one type can be implicitly converted to another,
2275
- and deducing the subtypes of a type.
2273
+ used for:)
2274
+ $(UL
2275
+ $(LI checking for valid types)
2276
+ $(LI comparing types for equivalence)
2277
+ $(LI determining if one type can be implicitly converted to another)
2278
+ $(LI deducing the subtypes of a type)
2279
+ )
2280
+ $(P
2276
2281
The result of an $(I IsExpression) is a boolean of value `true`
2277
2282
if the condition is satisfied. If the condition is not satisfied,
2278
2283
the result is a boolean of value `false`.
You can’t perform that action at this time.
0 commit comments