package
0.5.0
Repository: https://github.com/siderolabs/gen.git
Documentation: pkg.go.dev

# Functions

None is helper function which returns empty Optional.
Some creates a new Optional with provided value.

# Structs

Optional represents a type T that may be "null" - that, which value is missing.