mirror of
https://github.com/johndoe6345789/SDL3CPlusPlus.git
synced 2026-04-24 21:55:09 +00:00
- Introduced string_view class for non-owning string references. - Added traits header for type traits and utility functions. - Implemented unordered_map class for hash table based key-value storage. - Created unordered_set class for hash table based unique key storage. - Developed vector class for dynamic array functionality with various utility methods.