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

# makeBorrowingIterator()

Returns a borrowing iterator over the elements of this sequence.

## Declaration

```swift
func makeBorrowingIterator() -> SpanIterator<Element>
```
