Throw.enableDefaultConstructor

Default constructor for Expected is disabled. Same with the opAssign, so Expected can be only constructed once and not modified afterwards.

struct Throw
static immutable
bool enableDefaultConstructor;

Meta