File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1093,7 +1093,7 @@ extension RangeReplaceableCollection where Self: MutableCollection {
1093
1093
/// whether the element should be removed from the collection.
1094
1094
///
1095
1095
/// - Complexity: O(*n*), where *n* is the length of the collection.
1096
- @_inlineable
1096
+ @inlinable
1097
1097
public mutating func removeAll(
1098
1098
where predicate: ( Element ) throws -> Bool
1099
1099
) rethrows {
@@ -1119,7 +1119,7 @@ extension RangeReplaceableCollection {
1119
1119
/// whether the element should be removed from the collection.
1120
1120
///
1121
1121
/// - Complexity: O(*n*), where *n* is the length of the collection.
1122
- @_inlineable
1122
+ @inlinable
1123
1123
public mutating func removeAll(
1124
1124
where predicate: ( Element ) throws -> Bool
1125
1125
) rethrows {
You can’t perform that action at this time.
0 commit comments