Skip to content

Commit 673da03

Browse files
committed
Use list for is uses
1 parent b52eb5d commit 673da03

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

spec/expression.dd

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2270,9 +2270,14 @@ $(GNAME TypeSpecialization):
22702270
)
22712271

22722272
$(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
22762281
The result of an $(I IsExpression) is a boolean of value `true`
22772282
if the condition is satisfied. If the condition is not satisfied,
22782283
the result is a boolean of value `false`.

0 commit comments

Comments
 (0)