---
title: endIndex
framework: swift
role: symbol
role_heading: Instance Property
path: swift/lazyfiltersequence/endindex
---

# endIndex

The collection’s “past the end” position—that is, the position one greater than the last valid subscript argument.

## Declaration

```swift
var endIndex: LazyFilterSequence<Base>.Index { get }
```

## Discussion

Discussion endIndex is always reachable from startIndex by zero or more applications of index(after:).
