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 15d3124 commit 9cf9280Copy full SHA for 9cf9280
Sources/OpenAPIRuntime/URICoder/Common/URIParsedTypes.swift
@@ -26,6 +26,7 @@ struct URIParsedKey: Hashable {
26
27
/// The individual string components.
28
let components: [URIParsedKeyComponent]
29
+
30
/// Creates a new parsed key.
31
/// - Parameter components: The key components.
32
init(_ components: [URIParsedKeyComponent]) { self.components = components }
0 commit comments