- struct is supposed to also function as a dict, which can break with unfortunate key names
- e.g. Key named 'items' would cause dict.items() to fail for not obvious reasons
- struct is supposed to also function as a dict, which can break with unfortunate key names
- e.g. Key named 'items' would cause dict.items() to fail for not obvious reasons