---
title: isAtEnd
framework: swift
role: symbol
role_heading: Instance Property
path: swift/unkeyeddecodingcontainer/isatend
---

# isAtEnd

A Boolean value indicating whether there are no more elements left to be decoded in the container.

## Declaration

```swift
var isAtEnd: Bool { get }
```
