yarn add datatypesThis module provides the datatypes:
| Type | Description |
|---|---|
| Option<T> | Represent an optional value |
| Result<R, E> | Represent a result or an error |
Click the individual type to learn more about usage
yarn add datatypesThis module provides the datatypes:
| Type | Description |
|---|---|
| Option<T> | Represent an optional value |
| Result<R, E> | Represent a result or an error |
Click the individual type to learn more about usage