We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Span.bytes
1 parent eba3593 commit 2c5da55Copy full SHA for 2c5da55
stdlib/public/core/Span/Span.swift
@@ -506,7 +506,8 @@ extension Span where Element: BitwiseCopyable {
506
}
507
508
509
-@available(SwiftStdlib 6.2, *)
+@available(SwiftCompatibilitySpan 5.0, *)
510
+@_originallyDefinedIn(module: "Swift;CompatibilitySpan", SwiftCompatibilitySpan 6.2)
511
extension Span where Element: BitwiseCopyable {
512
513
public var bytes: RawSpan {
0 commit comments