isRecursiveAliasThis

Check and set 'att' if 't' is a recursive 'alias this' type

bool
isRecursiveAliasThis
(
ref Type att
,)

Parameters

att Type

type reference used to detect recursion

t Type

'alias this' type

Return Value

Type: bool

Whether the 'alias this' is recursive or not

Suggestion Box / Bug Report