2023-09-12 08:17:52 +02:00

18 lines
197 B
Markdown

**CLASS**
# `State.Storage`
A class storing the value.
## Properties
### `value`
The stored value.
## Methods
### `init(value:)`
Initialize the storage.
- Parameters:
- value: The value.