On Wednesday, 4 August 2021 at 02:01:54 UTC, Mathias LANG wrote:
Yes, because D is a nominal type system, using the FQN of the symbol is enough.[...]Mangling is altered by `extern(LANG)` (where LANG is one of `C`, `C++`, `Objective-C`, `System`, `D`), or `pragma(mangle)`.
All useful information, thank you.