@@ -79,8 +79,8 @@ $(GNAME TraitsArgument):
79
79
80
80
$(H2 $(GNAME isArithmetic))
81
81
82
- $(P If the arguments are all either types that are arithmetic types,
83
- or expressions that are typed as arithmetic types, then $(D true)
82
+ $(P If the arguments are all either types that are $(DDSUBLINK type, Arithmetic Type, $(I Arithmetic Type)), or
83
+ expressions that are typed as arithmetic types, then $(D true)
84
84
is returned.
85
85
Otherwise, $(D false) is returned.
86
86
If there are no arguments, $(D false) is returned.)
@@ -111,8 +111,7 @@ false
111
111
112
112
$(H2 $(GNAME isFloating))
113
113
114
- $(P Works like $(D isArithmetic), except it's for floating
115
- point types (including imaginary and complex types).)
114
+ $(P Works like $(GLINK isArithmetic), except it's for $(DDSUBLINK type, Floating Type, $(I Floating Type)).)
116
115
117
116
$(SPEC_RUNNABLE_EXAMPLE_COMPILE
118
117
---
@@ -132,8 +131,7 @@ static assert(!__traits(isFloating, float[4]));
132
131
133
132
$(H2 $(GNAME isIntegral))
134
133
135
- $(P Works like $(D isArithmetic), except it's for integral
136
- types (including character types).)
134
+ $(P Works like $(GLINK isArithmetic), except it's for $(DDSUBLINK type, Integral Type, $(I Integral Type)).)
137
135
138
136
$(SPEC_RUNNABLE_EXAMPLE_COMPILE
139
137
---
@@ -155,8 +153,7 @@ static assert(!__traits(isIntegral, void*));
155
153
156
154
$(H2 $(GNAME isScalar))
157
155
158
- $(P Works like $(D isArithmetic), except it's for scalar
159
- types.)
156
+ $(P Works like $(GLINK isArithmetic), except it's for $(DDSUBLINK type, Scalar Type, $(I Scalar Type)).)
160
157
161
158
$(SPEC_RUNNABLE_EXAMPLE_COMPILE
162
159
---
@@ -182,8 +179,7 @@ static assert(!__traits(isScalar, Object));
182
179
183
180
$(H2 $(GNAME isUnsigned))
184
181
185
- $(P Works like $(D isArithmetic), except it's for unsigned
186
- types.)
182
+ $(P Works like $(GLINK isArithmetic), except it's for $(DDSUBLINK type, Unsigned Type, $(I Unsigned Type)).)
187
183
188
184
$(SPEC_RUNNABLE_EXAMPLE_COMPILE
189
185
---
@@ -208,7 +204,7 @@ static assert(!__traits(isUnsigned, void*));
208
204
209
205
$(H2 $(GNAME isStaticArray))
210
206
211
- $(P Works like $(D isArithmetic), except it's for static array
207
+ $(P Works like $(GLINK isArithmetic), except it's for static array
212
208
types.)
213
209
214
210
$(SPEC_RUNNABLE_EXAMPLE_COMPILE
@@ -228,7 +224,7 @@ static assert(!__traits(isStaticArray, array));
228
224
229
225
$(H2 $(GNAME isAssociativeArray))
230
226
231
- $(P Works like $(D isArithmetic), except it's for associative array
227
+ $(P Works like $(GLINK isArithmetic), except it's for associative array
232
228
types.)
233
229
234
230
$(H2 $(GNAME isAbstractClass))
@@ -810,7 +806,6 @@ $(CONSOLE
810
806
tuple("pure", "nothrow", "@nogc", "@trusted")
811
807
)
812
808
)
813
- )
814
809
815
810
$(H2 $(GNAME getLinkage))
816
811
0 commit comments