New Features:
- Added
FB_Ordered_Hash_Set
- Added
FB_Ordered_Hash_Map
Improvements
- Retrieving keys and values from maps and sets is now more efficient. The
Get_Keys(...)
andGet_Values(...)
methods no longer loop through the entire collection on each call if the collections haven't changed.