stdlibx-option¶
This package provides an option type that represents either a value (Some) or the absence of a value (Nothing). It offers a safer and more explicit alternative to None, making it easier to handle optional values in a composable and predictable way.
Installation¶
pip install stdlibx-option
uv add stdlibx-option
poetry add stdlibx-option
pipenv install stdlibx-option