Maybe.nothing

Constructing empty Maybe. If Maybe is created with the method, it is considred empty and isNothing returns false.

struct Maybe(T)
static
nothing
()
if (
is(T == struct) ||
isAssociativeArray!T
||
isBasicType!T
)

Meta