---
title: makeBorrowingIterator()
framework: swift
role: symbol
role_heading: Instance Method
path: swift/borrowingsequence/makeborrowingiterator()
---

# makeBorrowingIterator()

Returns a borrowing iterator over the elements of this sequence.

## Declaration

```swift
func makeBorrowingIterator() -> Self.BorrowingIterator
```
