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.
1 parent a64e866 commit b9d1a4aCopy full SHA for b9d1a4a
stdlib/public/Platform/ucrt.swift
@@ -13,6 +13,8 @@
13
@_exported import ucrt // Clang module
14
// Extra clang module that's split out from ucrt:
15
@_exported import _complex
16
+@_exported import _stddef
17
+@_exported import _stdlib
18
19
@available(swift, deprecated: 3.0, message: "Please use 'Double.pi' or '.pi' to get the value of correct type and avoid casting.")
20
public let M_PI = Double.pi
0 commit comments