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 3750b96 commit 13bf719Copy full SHA for 13bf719
Sources/System/MachPort.swift
@@ -23,6 +23,7 @@ private func _machPrecondition(
23
precondition(kr == expected, file: file, line: line)
24
}
25
26
+@frozen
27
public enum Mach {
28
@_moveOnly
29
public struct Port<RightType: MachPortRight> {
0 commit comments