---
title: "append(_:)"
framework: swiftui
role: symbol
role_heading: Instance Method
path: "swiftui/navigationpath/append(_:)"
---

# append(_:)

Appends a new codable value to the end of this path.

## Declaration

```swift
mutating func append<V>(_ value: V) where V : Decodable, V : Encodable, V : Hashable
```

## Mentioned in

Understanding the navigation stack

## See Also

### Managing path contents

- [isEmpty](swiftui/navigationpath/isempty.md)
- [count](swiftui/navigationpath/count.md)
- [removeLast(_:)](swiftui/navigationpath/removelast(_:).md)
