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

# list(_:)

A list value (an array of Strings) to be used with a URL.Template.

## Declaration

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