Alias function with arguments

Jamie notme at gmail.com
Thu Jul 11 03:13:43 UTC 2019


Is it possible to alias a function and its arguments, but for 
that function to only be evaluated when the alias is used? For 
example

alias pragma(inline, true) inline

inline
void func(){}


More information about the Digitalmars-d-learn mailing list