BlackToppStudios / Mezz_Foundation

Foundational Data types that enforce no opinions on how to build games and provide many facilities that complex games need. This largely avoids graphics and physics, but provides tools like the SortedVector, CountedPtr and HashedString classes.
GNU General Public License v3.0
3 stars 0 forks source link

Feature-DoForReverse #58

Closed MakoEnergy closed 5 years ago

MakoEnergy commented 5 years ago

Removed Detection Traits. Added DoForAllMembersReverse.

Detection Traits exist in the static foundation now, enabling more widespread use throughout the engine.

Operating on all members of an introspected class can be done in reverse order now.