digitalmars.D.learn - Get mangled name of field?
- Alex (2/2) Apr 02 2019 How do I get the mangled name of a field? mangledName!T requires
- Jacob Carlborg (11/13) Apr 02 2019 struct Foo
How do I get the mangled name of a field? mangledName!T requires passing a type ;/
Apr 02 2019
On 2019-04-02 15:11, Alex wrote:How do I get the mangled name of a field? mangledName!T requires passing a type ;/struct Foo { int a; } void main() { writeln(Foo.a.mangleof); } -- /Jacob Carlborg
Apr 02 2019