Remove struct
authorBen Steffen <bds@mit.edu>
Tue, 26 Nov 2019 19:20:36 +0000 (14:20 -0500)
committerBen Steffen <bds@mit.edu>
Tue, 26 Nov 2019 19:21:41 +0000 (14:21 -0500)
The advanced features of struct were not being used anywhere and accessing members
using just a dot can be problematic (e.g. a key named "items" would break dict.items())


No differences found