mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[stdlib] Eliminate _Element
This commit is contained in:
@@ -67,7 +67,7 @@ public protocol _MutableIndexable : _Indexable {
|
||||
/// - Parameter position: The position of the element to access. `position`
|
||||
/// must be a valid index of the collection that is not equal to the
|
||||
/// `endIndex` property.
|
||||
subscript(position: Index) -> _Element { get set }
|
||||
subscript(position: Index) -> Element { get set }
|
||||
|
||||
/// Accesses a contiguous subrange of the collection's elements.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user