swift
66ed3aa0
- [stdlib] Moving the Array.filter to _ArrayProtocol
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
8 years ago
[stdlib] Moving the Array.filter to _ArrayProtocol Resolves ambiguity in the following expression _ = Array(0..<10).lazy.flatMap { .some($0) }.filter { _ in false } Fixes: <rdar://problem/32316948>
References
#9895 - [swift-4.0-branch][stdlib] Moving the Array.filter to _ArrayProtocol
Author
Max Moiseev
Committer
Maxim Moiseev
Parents
3ea9a3ba
Loading