---
title: VerticalEdge.Set
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/verticaledge/set
---

# VerticalEdge.Set

An efficient set of vertical edges.

## Declaration

```swift
@frozen struct Set
```

## Topics

### Getting edge sets

- [all](swiftui/verticaledge/set/all.md)
- [top](swiftui/verticaledge/set/top.md)
- [bottom](swiftui/verticaledge/set/bottom.md)

### Creating an edge set

- [init(_:)](swiftui/verticaledge/set/init(_:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Copyable](swift/copyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)
