david-swift 4937c36b3b Improve updating performance
And update docs reflecting the changes in the latest commits
2024-01-27 08:07:05 +01:00

40 lines
439 B
Markdown

**EXTENSION**
# `Set`
## Properties
### `all`
Horizontal and vertical edges.
### `vertical`
Top and bottom edges.
### `horizontal`
Leading and trailing edges.
### `top`
Top edge.
### `bottom`
Bottom edge.
### `leading`
Leading edge.
### `trailing`
Trailing edge.
## Methods
### `add(_:)`
Add a collection of edges to a collection of edges.
- Parameter edges: The collection of edges.
- Returns: Both collections combined.