Open jjmartinodev opened 9 months ago
test using a Box and then downcasting it into a Vec, and creating implementations of functions, that don't require generics(ej: remove, pop, etc..) in their arguments without generics.
looking for a solution to use remove and pop implementations without generics.
test using a Box and then downcasting it into a Vec, and creating implementations of functions, that don't require generics(ej: remove, pop, etc..) in their arguments without generics.