---
title: ReorderDifference.Destination.Position.end
framework: swiftui
role: symbol
role_heading: Case
path: swiftui/reorderdifference/destination-swift.struct/position-swift.enum/end
---

# ReorderDifference.Destination.Position.end

The end of the collection. Source items should be appended to the end of the collection.

## Declaration

```swift
case end
```

## Mentioned in

Reordering items in lists, stacks, grids, and custom layouts

## See Also

### Destination positions

- [ReorderDifference.Destination.Position.before(_:)](swiftui/reorderdifference/destination-swift.struct/position-swift.enum/before(_:).md)
