Skip to content

Add Index/IndexMut traits

Jason Carr requested to merge index-traits into master

There's relatively little reason not to include these traits as they improve readability and make it simpler to access objects mutably vs. immutably.

Merge request reports