---
title: joined()
framework: swift
role: symbol
role_heading: Instance Method
path: swift/lazydropwhilesequence/joined()-3lx90
---

# joined()

Returns a lazy sequence that concatenates the elements of this sequence of sequences.

## Declaration

```swift
func joined() -> LazySequence<FlattenSequence<Self.Elements>>
```
