isSpecialEnumIdent

Check for special enum names.

Special enum names are used by the C++ name mangler to represent C++ types that are not basic D types.

@nogc nothrow
bool
isSpecialEnumIdent

Parameters

ident Identifier

identifier to check for specialness

Return Value

Type: bool

true if it is special

Suggestion Box / Bug Report