A sequence that deduplicates an already-sorted sequence

I already wrote the code, made a pull request, then added an issue.

I'm writing a Set-like type for Swift.Collections, and I want to deduplicate the data from a bulk-element initializer before building the binary tree in advance.