Commits

Dmitri Hrybenko committed 581e853428d
stdlib: make filter() a protocol requirement for range replaceable collections This allows array types to get the best performance. The default implementation for range replaceable collections appends elements one by one, and the optimizer can't hoist uniqueness checks from the loop in that case yet. Swift SVN r27314