✅ How do I set a struct attribute to its parameter name?
Doing this doesn't work.
I'm looking for something like a dataclass that just holds attributes I set once and read off continuously.
Looking for something like this:
And then to be able to add a bunch to an array:
I'm looking for something like a dataclass that just holds attributes I set once and read off continuously.
Looking for something like this:
And then to be able to add a bunch to an array: