Re: [PD] [Öffnen],feature request: [get] and [set] template-agnostic?

2021-12-04 Thread Christof Ressi
not sure if this was discussed before: would it make sense for [get], [set] and other pointer-related objects to be template agnostic? This is already possible. You can use "-" as a template wildcard. This is documented for [set], [get], [element], [setsize] and [getsize]. For some reason,

[PD] [Öffnen],feature request: [get] and [set] template-agnostic?

2021-12-04 Thread João Pais
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.