What is the nature of this request?
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
What is the nature of this request?
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