Maybe.nothing

A factory method to create Nothing(T) instance.

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

Return Value

Type: Maybe!T

A Nothing!T instance.

Meta