swift
66ed3aa0 - [stdlib] Moving the Array.filter to _ArrayProtocol

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>
Author
Max Moiseev
Committer
Maxim Moiseev
Parents
Loading