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
Type: OutBuffer

OutBuffer to write the mangled function signature to

fd

FuncDeclaration to mangle

Meta