<div dir="ltr">mangle!(void function())("foo").demangle returns "void function()* foo" <div><br><div>how would i get instead: `void foo ()` ?</div><div><br><div>my current workaround:</div></div></div><div><div><br></div><div>alias FunctionTypeOf(Fun)=typeof(*Fun.init);</div></div><div>mangle!(FunctionTypeOf!(void function()))("foo")<br></div><div><br></div><div><br></div></div>