Maybe.nothing

A factory method to create Nothing(T) instance.

interface Maybe(T)
static
nothing
nothrow pure @safe
(
)

Return Value

Type: Maybe!T

A Nothing!T instance.

Meta