On Thursday, 29 November 2018 at 17:12:28 UTC, kinke wrote: > On Thursday, 29 November 2018 at 16:24:58 UTC, bauss wrote: >> Are there no support for references with mangling in D? >> >> Like what about int&? > > Of course, that's `ref int`. But a `ref CppClass` is > C++-mangled as `CppClass* &`. I was hoping for that and glad to know that was the only issue.