none

Undocumented in source. Be warned that the author may not have intended to support it.
none
(
string prettyFun = __PRETTY_FUNCTION__
string funName = __FUNCTION__
)
()

Examples

static assert(__traits(compiles, () => none));
static assert(is(typeof(() { return none; } ()) == None));

static assert(__traits(compiles, function Optional!int () => none));

Meta