On Saturday, 1 September 2018 at 20:35:52 UTC, Per Nordlöw wrote:
On Saturday, 1 September 2018 at 19:52:14 UTC, kinke wrote:
`_Z7DtoLValP6DValue` may be suitable...

Is this a C++-symbol?

import core.demangle;
demangle("_Z7DtoLValP6DValue")

returns the same string...

It's C++.

Demangled via

    c++filt -n _Z7DtoLValP6DValue

returns

    DtoLVal(DValue*)

Reply via email to