Tests whether T is an inner class, i.e. a class nested inside
another class.
All inner classes get outer propery automatically generated, which points
to its parent class, though it can be explicitly defined to be something
different. If T does this, $(D_PSYMBOL isInnerClass)
evaluates to $(D_KEYWORD false).
Tests whether T is an inner class, i.e. a class nested inside another class.
All inner classes get outer propery automatically generated, which points to its parent class, though it can be explicitly defined to be something different. If T does this, $(D_PSYMBOL isInnerClass) evaluates to $(D_KEYWORD false).