package
2.3.3
Repository: https://github.com/duke-git/lancet.git
Documentation: pkg.go.dev

# Functions

Default returns an default Optional instance.
FromNillable returns an Optional for a given value, which may be nil.
Of returns an Optional with a non-nil value.

# Structs

Optional is a type that may or may not contain a non-nil value.