You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The standard library should offer a sorted_map structure similar to other languages like c++ and java. This would make operations like sorted iteration, finding min, and finding max all efficient and convenient operations.
The text was updated successfully, but these errors were encountered:
Proposal Details
The standard library should offer a
sorted_map
structure similar to other languages like c++ and java. This would make operations like sorted iteration, finding min, and finding max all efficient and convenient operations.The text was updated successfully, but these errors were encountered: