We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3803ed8 commit 4a129c3Copy full SHA for 4a129c3
std/traits.d
@@ -9143,7 +9143,7 @@ enum isType(alias X) = is(X);
9143
}
9144
9145
/**
9146
- * Detect whether symbol or type `X` is a function or function type.
+ * Detect whether symbol or type `X` is a function.
9147
* This is different from finding if a symbol is callable or satisfying `is(X == return)`.
9148
* It finds specifically if the symbol represents a normal function (or method) declaration, i.e.
9149
* not a delegate or a function pointer.
0 commit comments