Skip to content

Commit f4c4657

Browse files
committed
[stdlib] mark initializers inlinable
1 parent 17aaa56 commit f4c4657

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

stdlib/public/core/Array.swift

+1
Original file line numberDiff line numberDiff line change
@@ -1566,6 +1566,7 @@ extension Array {
15661566
}
15671567

15681568
//FIXME: typed throws
1569+
@_alwaysEmitIntoClient
15691570
@available(SwiftStdlib 6.2, *)
15701571
public init(
15711572
capacity: Int,

stdlib/public/core/ContiguousArray.swift

+1
Original file line numberDiff line numberDiff line change
@@ -1107,6 +1107,7 @@ extension ContiguousArray {
11071107
}
11081108

11091109
//FIXME: typed throws
1110+
@_alwaysEmitIntoClient
11101111
@available(SwiftStdlib 6.2, *)
11111112
public init(
11121113
capacity: Int,

0 commit comments

Comments
 (0)