generational-arena
generational-arena copied to clipboard
implement shrink methods
Hi! It would be nice to have methods like shrink_to and shrink_to_fit implemented. As I understand, it is not difficult at all to implement such methods since the under lying data structure is a Vec.
Best regards, Tage