---
title: makeIterator()
framework: swift
role: symbol
role_heading: Instance Method
path: swift/lazydropwhilesequence/makeiterator()
---

# makeIterator()

Returns an iterator over the elements of this sequence.

## Declaration

```swift
func makeIterator() -> LazyDropWhileSequence<Base>.Iterator
```

## Discussion

Discussion note: O(1).
