Return the language construction to access a member of a type. mlist is a list interpreted as follow: if it starts with a letter, type should be an aggregate type (like
struct
); if it starts with a numeric digit, type should be an array type (likesequence
).Parameters:
- type
- A 'type' object.
- mlist
- A list of hierachical members to access.