toAutoQualChars

For printing two types with qualification when necessary.

const(char*)[2]
toAutoQualChars

Parameters

t1 Type

The first type to receive the type name for

t2 Type

The second type to receive the type name for

Return Value

Type: const(char*)[2]

The fully-qualified names of both types if the two type names are not the same, or the unqualified names of both types if the two type names are the same.

Meta