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 0ecc086 commit 33f813aCopy full SHA for 33f813a
std/traits.d
@@ -2027,7 +2027,7 @@ and that $(D T.outer) is the implicit reference to the outer class
2027
template isInnerClass(T)
2028
if (is(T == class))
2029
{
2030
- import std.meta: staticIndexOf;
+ import std.meta : staticIndexOf;
2031
2032
enum isInnerClass = __traits(isSame, typeof(T.outer), __traits(parent, T))
2033
&& (staticIndexOf!(__traits(allMembers, T), "outer") == -1);
0 commit comments