Documentation
¶
Overview ¶
Package option provides optional (nullable) types.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
Option represents an optional (nullable) type. If Valid is true, Option represents Value. Otherwise, it represents a null/unset/invalid value.
Click to show internal directories.
Click to hide internal directories.