jjmartinodev / anylist

MIT License
0 stars 0 forks source link

Todo: test using a Box<Any> and then downcasting it into a Vec<T> #1

Open jjmartinodev opened 9 months ago

jjmartinodev commented 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.

jjmartinodev commented 9 months ago

looking for a solution to use remove and pop implementations without generics.