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
Add a dual iterator (range) constructor to ManagedArray #32
ManagedArray has an initializer list constructor, but would be more complete if it could also accept a range in the form of iterators for insertion.