On Thu Nov 3 14:05:23 2022 +0000, Francisco Casas wrote:
The idea of that argument is to add the extra requirement for the object component to be within a struct inside the type. So if you pass `true`, you are asking:
type has object components within struct ?
Maybe I should rename the flag to `must_be_in_struct` or create a different function `type_has_object_components_within_struct()` at the expense of some redundancy. What do you think?
Ok, right, it makes sense.