projects
/
invirt/packages/invirt-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from:
54077f5
)
Remove struct
author
Ben Steffen
<bds@mit.edu>
Tue, 26 Nov 2019 19:20:36 +0000
(14:20 -0500)
committer
Ben 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