mangleToFuncSignature

Mangle function signatures ('this' qualifier, and parameter types) to check conflicts in function overloads. It's different from fd.type.deco. For example, fd.type.deco would be null if fd is an auto function.

void
mangleToFuncSignature

Parameters

buf OutBuffer

OutBuffer to write the mangled function signature to

fd FuncDeclaration

FuncDeclaration to mangle

Suggestion Box / Bug Report