---
title: "formatted(_:)"
framework: swift
role: symbol
role_heading: Instance Method
path: "swift/sequence/formatted(_:)"
---

# formatted(_:)

## Declaration

```swift
func formatted<S>(_ style: S) -> S.FormatOutput where Self == S.FormatInput, S : FormatStyle
```

## See Also

### Formatting a Sequence

- [formatted()](swift/sequence/formatted().md)
- [ListFormatStyle](foundation/listformatstyle.md)
