Scope.search_correct_C

Maybe ident was a C or C++ name. Check for that, and suggest the D equivalent.

struct Scope
extern (D) static
const(char)*
search_correct_C

Parameters

ident Identifier

unknown identifier

Return Value

Type: const(char)*

D identifier string if found, null if not

Suggestion Box / Bug Report