What do you mean exactly with data structure ?pdwyer wrote:do you have control over the data structures though? Or are you relying on the product?
(not an attack, I'm honestly curious)
The implementation of the basic datatypes is usually left to the compiler.
There is usually the concept of a "record" as well which allows the definition of
grouped data. I don't know how these are managed behind the scnene though.