-
Couldn't load subscription status.
- Fork 45
Open
Labels
feature requestFeature requestsFeature requests
Description
What is the nature of this request?
- New functionalities
Is your feature request related to a problem? Please describe.
I'm working with sprites on a game. I'll create, destroy and loop the sprites over the frame a bunch of times, and sort them only at the end, before rendering. SortedList is not suited for this since it might sort the list automatically unnecessarily. I would much rather have a list.h and manually sort at the appropriate time.
Describe the solution you'd like
have a sort function for list.h
Metadata
Metadata
Assignees
Labels
feature requestFeature requestsFeature requests