ufosc / manim-data-structures

A Manim plugin that contains common data structures to create Manimations.
https://manim-data-structures.readthedocs.io
MIT License
6 stars 40 forks source link

Removed usage of Enum in MArrayElementComp in favor of getters and setters #21

Closed AidanMDev1 closed 2 weeks ago

AidanMDev1 commented 8 months ago

Motivation and Explanation: Why and how do your changes improve the library?

Adjusted MArrayElementComp to use getters and setters instead of Enum to better conform with Manim practices.

Reviewer Checklist