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 c4e242e commit f6a7c61Copy full SHA for f6a7c61
stdlib/public/core/Span/Span.swift
@@ -503,7 +503,8 @@ extension Span where Element: BitwiseCopyable {
503
}
504
505
506
-@available(SwiftStdlib 6.2, *)
+@available(SwiftCompatibilitySpan 5.0, *)
507
+@_originallyDefinedIn(module: "Swift;CompatibilitySpan", SwiftCompatibilitySpan 6.2)
508
extension Span where Element: BitwiseCopyable {
509
510
public var bytes: RawSpan {
0 commit comments