Skip to content

Commit 7914bfc

Browse files
committed
Values in generic types are only available in 6.2
rdar://142781302
1 parent 01faf1f commit 7914bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Slab.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//===----------------------------------------------------------------------===//
1212

1313
/// A fixed-size array.
14-
@available(SwiftStdlib 6.1, *)
14+
@available(SwiftStdlib 6.2, *)
1515
@frozen
1616
public struct Slab<let count: Int, Element: ~Copyable>: ~Copyable {
1717
@usableFromInline

0 commit comments

Comments
 (0)