---
title: "formIndex(_:offsetBy:limitedBy:)"
framework: swift
role: symbol
role_heading: Instance Method
path: "swift/anyrandomaccesscollection/formindex(_:offsetby:limitedby:)"
---

# formIndex(_:offsetBy:limitedBy:)

## Declaration

```swift
func formIndex(_ i: inout AnyRandomAccessCollection<Element>.Index, offsetBy n: Int, limitedBy limit: AnyRandomAccessCollection<Element>.Index) -> Bool
```
