Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conform Identifier to Sendable and Hashable
This isn't explicitly needed for this problem but it seems as though the default for all types that can conform to Sendable/Hashable should This also sets up this new type for Swift 6.0 (and the current Swift 5.10) to pass this type around safely when needed As well as allows Identifier to be a key in a dictionary which could be a common scenario
- Loading branch information