Is your feature request related to a problem? Please describe.
Tables have been refactored into wrapper structs, and arrays should be done the same way.
Describe the solution you'd like
Array should be broken into an Array and ArrayMut structs that hold internal references to a section.
Is your feature request related to a problem? Please describe. Tables have been refactored into wrapper structs, and arrays should be done the same way.
Describe the solution you'd like Array should be broken into an Array and ArrayMut structs that hold internal references to a section.
Describe alternatives you've considered N/A