Skip to content

Commit 6ce51ed

Browse files
NevinBRlorentey
andauthored
Update stdlib/public/core/Indices.swift
Co-authored-by: Karoy Lorentey <[email protected]>
1 parent e99b646 commit 6ce51ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Indices.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ extension DefaultIndices: Collection {
8282
return self
8383
}
8484

85-
@inlinable
85+
@_alwaysEmitIntoClient
8686
public func index(_ i: Index, offsetBy distance: Int) -> Index {
8787
return _elements.index(i, offsetBy: distance)
8888
}

0 commit comments

Comments
 (0)