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 197b3c9 commit 09c8091Copy full SHA for 09c8091
Source/Aliases.swift
@@ -27,7 +27,7 @@ public typealias UInt8 = Byte
27
public typealias IntMax = Int64
28
public typealias UIntMax = UInt64
29
30
-#if ISLAND && !macos && !iOS
+#if !ISLAND || (!macos && !iOS)
31
public typealias Bool = Boolean
32
#endif
33
public typealias UnicodeScalar = UTF32Char
0 commit comments