Expected.empty

Check if empty.

struct Expected(T, E = Exception)
@property const
bool
empty
()
if (
!isInstanceOf!(Unexpected, T) &&
!is(T == void)
)

Meta