Creating a Unique Array Schema Compatible with Fast-Check Generator
any suggestion on how to create a unique array schema compatible with this generator, I looked into using Set or maybe HashSet + using Data? https://fast-check.dev/docs/core-blocks/arbitraries/composites/array/#uniquearray
