Type.checkAliasThisRec

Check whether this type has endless alias this recursion.

class Type
extern (D) final
bool
checkAliasThisRec
()

Return Value

Type: bool

true if this type has an alias this that can be implicitly converted back to this type itself.

Meta