Union type representing either a Some or None value. This is the main Option type that provides type-safe nullable value handling.
The type of the value that may or may not exist
Union type representing either a Some or None value. This is the main Option type that provides type-safe nullable value handling.