I have an anytype tuple and I would like to keep all fields except non-const pointers and pass that to another function.
I'm working on a solution that builds an array of types, then filters that, then creates a tuple type and then puts the values back in. Suffice to say it's a major PITA and I'd like to know, is there a simpler solution I'm missing?