Closed
Description
After closing #12344, we should think about the best strategy for replacing usage of managed boxes inside List<T>
. @alexcrichton, @bill-myers and @eddyb provided good hints on how we should implement List<T>
internally (i.e. instead of using an enum, use a struct-based approach with 'head' and 'tail').
Metadata
Metadata
Assignees
Labels
No labels