mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This will be used to provide a safe overload of `std::vector::erase` in Swift. `std::vector::erase` is not currently imported into Swift because it returns a C++ iterator. rdar://113704853