maybe library

Classes

Some<T>
Means "has value"

Extensions

FlattenMaybeImpl on Maybe<Maybe<T>?>?
Impl for Maybe
MaybeImpl on Maybe<T>?
Impl for Maybe

Functions

None<T>() Maybe<T>?
Means "no value"

Typedefs

Maybe<T> = Some<T>?
A type alias represents a union of "has value (Some)" and "no value (None)"