Hello,
For context, i am getting data from an API, i have a list of article and a storage place associate with every article. So one storage can be associate with multiple article.
My final goal is to have a list of unique storage place.
I have all the storage place in an array i want to transform it to an array with unique value.
i achieve my goal with a loop, but it’s so slow to run it.
Maybe there is a other solution
Thanks for the feedback