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 9adb9f8 commit 0c752a9Copy full SHA for 0c752a9
stdlib/public/core/Misc.swift
@@ -185,6 +185,7 @@ func _rethrowsViaClosure(_ fn: () throws -> ()) rethrows {
185
/// * Protocol declarations
186
/// * Associated type declarations
187
/// * The `Self` type in a protocol extension
188
+/// * In an extension, the generic parameters of the type being extended
189
///
190
/// A class or actor can contain noncopyable stored properties,
191
/// while still being copyable itself ---
0 commit comments