mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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
69 KiB
69 KiB