maybe_just_nothing library

Classes

Just<T>
Represents an existing value of type T.
Maybe<T>
A variation of the Maybe monad with eager execution.
Nothing<T>
Represents a non-existing value of type T.