Hi list,
not sure if this was discussed before: would it make sense for [get],
[set] and other pointer-related objects to be template agnostic? That
means that an object [get mytemplate x y] wouldn't need the "mytemplate"
argument, and it would get the fields from any pointer it receives.
This would allow to simplify the programming in some cases. The way it
is now, it needs lots of duplicated code when getting elements from
different struct templates.
Best,
Joao