associativeList(_:)

An associative list value (ordered key-value pairs) to be used with a URL.Template.

Declaration

static func associativeList(_ list: some Sequence<(key: String, value: String)>) -> URL.Template.Value