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 587c79b commit 6fa34bdCopy full SHA for 6fa34bd
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