//
pkg.gl
Category
github.com/siderolabs/gen
optional
package
0.5.0
Repository:
https://github.com/siderolabs/gen.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
56
Files
38 SLOC
#
Functions
None
None is helper function which returns empty Optional.
Some
Some creates a new Optional with provided value.
#
Structs
Optional
Optional represents a type T that may be "null" - that, which value is missing.