You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request apple#352 from vanvoorden/vanvoorden/tree-dictiona…
…ry-keys-equality
[TreeDictionary][Keys] Add Equatable and Hashable Conformance to TreeDictionary.Keys
[OrderedDictionary] Deprecate `subscript(offset:)` for now (apple#92)
* [OrderedDictionary] Deprecate index(forKey:), subscript(offset:) and friends for now
* [OrderedDictionary] Update tests
* Update benchmarks
* Un-deprecate index(forKey:)
Add arm64 support to CMake build (apple#64)
This is pretty speculative, I just copied the `SwiftSupport.cmake` from swift-argument-parser which seems to have support for arm64.