---
title: HorizontalEdge.Set
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/horizontaledge/set
---

# HorizontalEdge.Set

An efficient set of horizontal edges.

## Declaration

```swift
@frozen struct Set
```

## Topics

### Getting edge sets

- [all](swiftui/horizontaledge/set/all.md)
- [leading](swiftui/horizontaledge/set/leading.md)
- [trailing](swiftui/horizontaledge/set/trailing.md)

### Creating an edge set

- [init(_:)](swiftui/horizontaledge/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)
