Templates can not be used for simple aliasing of a procedure name like this 
`template echo = print`. You need to specify the parameters and that brings 
problems if you have a lot of overloaded functions or when they are from FFI. 
You can simply duplicate anything with a macro or create a macro which proxies 
the call under another name using a varargs expr to support all parameters.

Reply via email to