package
1.0.0-alpha4
Repository: https://github.com/ngicks/und.git
Documentation: pkg.go.dev

# Functions

FlattenOption converts Option[Option[T]] into Option[T].
No description provided by the author
No description provided by the author
No description provided by the author
MapOption returns Some[U] whose inner value is o's value mapped by f if o is Some.
MapOrElseOption returns value o's value applied by f if o is some.
MapOrOption returns o's value applied by f if o is some.
No description provided by the author
No description provided by the author

# Structs

Option represents an optional value.
SqlNull[T] adapts Option[T] to sql.Scanner and driver.Valuer.

# Interfaces

No description provided by the author
No description provided by the author