Unexpected.this

Constructs an Unexpected exception from a value.

class Unexpected(T)
pure @safe @nogc nothrow
this
(
,
string file = __FILE__
,
size_t line = __LINE__
)

Meta