I'd like to `.sort()` and `.dedup()` the SmallVecs so I can see which values are unique. Failing that, I guess SmallHashSet would work too.