Giving arguments to templates
It could be nice if a template could take arugments like the following.
temp1(age=20),
setAgeTo(age=22),
temp1(age=22)
Simple example but a really powerful tool. Reuse of templates and they become functions instead.
It could be nice if a template could take arugments like the following.
temp1(age=20),
setAgeTo(age=22),
temp1(age=22)
Simple example but a really powerful tool. Reuse of templates and they become functions instead.