Learn more about cloning repositories
You have read-only access
Add STLExtra sortUnique(vector). This helper function takes in a vector-like object and then performs: std::sort(v.begin(), v.end()); v.erase(std::unique(v.begin(), v.end()), v.end()); Swift SVN r25003