Hi all,
I've been dabbling elsewhere in some c# coding, and I've recently discovered the idea of a struct as a storage unit for data rather than a class.
Looking back at a few things I've written, I can see how it would be useful to have a class-like thing just to store pieces of data rather than a full class so as to avoid instantiating an object or series of objects to get, set, and store data.
Is there any such thing in processing, or a related idea?
Thanks!
/*
thinking about learning how to think in order to more effectively learn
*/
/*
thinking about learning how to think in order to more effectively learn
*/
1