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 @@ -63,14 +63,14 @@ The general declarations for these functions is as follows:
6363///
6464/// Traps if any position within the range is invalid.
6565@_lifetime (copy self )
66- public func extracting (_ byteOffsets : Range <Int >) -> Self
66+ public func extracting (_ bounds : Range <Index >) -> Self
6767
6868/// Returns an extracted slice over the items within
6969/// the supplied range of positions.
7070///
7171/// Traps if any position within the range is invalid.
7272@_lifetime (copy self )
73- public func extracting (_ byteOffsets : some RangeExpression<Int >) -> Self
73+ public func extracting (_ bounds : some RangeExpression<Index >) -> Self
7474
7575/// Returns an extracted slice over all items of this container.
7676@_lifetime (copy self )
You can’t perform that action at this time.
0 commit comments