---
title: "associativeList(_:)"
framework: foundation
role: symbol
role_heading: Type Method
path: "foundation/url/template/value/associativelist(_:)"
---

# associativeList(_:)

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

## Declaration

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