mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove MutableSliceable
This commit is contained in:
committed by
Max Moiseev
parent
d610fa0d1c
commit
78930e7fac
@@ -43,7 +43,7 @@ Algorithm.test("sorted/strings")
|
||||
|
||||
// A wrapper around Array<T> that disables any type-specific algorithm
|
||||
// optimizations and forces bounds checking on.
|
||||
struct A<T> : MutableSliceable {
|
||||
struct A<T> : MutableCollection {
|
||||
init(_ a: Array<T>) {
|
||||
impl = a
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user