You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nim doesn't have a built-in alias command to rename identifiers to something more convenient (eg, D lang has that). But it's possible to get the same effect by using template metaprogramming.
Hi there.
Nim doesn't have a built-in alias command to rename identifiers to something more convenient (eg, D lang has that). But it's possible to get the same effect by using template metaprogramming.
Here's a couple of links with more info on that:
https://forum.nim-lang.org/t/2390
nim-lang/Nim#7090
https://forum.nim-lang.org/t/1515
Could you please add a section for how to do aliasing?
The text was updated successfully, but these errors were encountered: