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.
2 parents 357c7d6 + bf47f1b commit ec3f0d3Copy full SHA for ec3f0d3
stdlib/public/core/Availability.swift
@@ -21,6 +21,7 @@ import SwiftShims
21
/// that relies on being able to tell whether this function is called. It does
22
/// this using the semantics attribute.
23
@_semantics("availability.osversion")
24
+@inline(never)
25
public func _stdlib_isOSVersionAtLeast(
26
_ major: Builtin.Word,
27
_ minor: Builtin.Word,
0 commit comments