AdamsLair / duality

a 2D Game Development Framework
https://adamslair.github.io/duality
MIT License
1.41k stars 288 forks source link

Move collections to Duality.Primitives #678

Open Barsonax opened 6 years ago

Barsonax commented 6 years ago

Summary

Alot of collections can be considered to be a bit like primitives. Consider moving these to Duality.Primitives.

This may seem like a simple logical thing to do but after some research it turned out that RawList for instance depends on the ReflectionHelper class. This does complicate things.

For now this issue is mostly here for discussion.