On Monday, 17 August 2015 at 02:46:02 UTC, Freddy wrote:
pragma(mangle, "MyAlias") alias MyAlias = MyStruct!("a", "b", "c" /+very long symbol bloating list+/ );

Mangling is done at a different level in the compiler than aliases, so I don't think this is intended to work.

Reply via email to